|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AGSCatalogPathParser
ArcGIS Server Catalog Path Parser.
| Constructor Summary | |
AGSCatalogPathParser()
Constructs a AGSCatalogPathParser using ArcGIS Engine. |
|
AGSCatalogPathParser(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
canParse(java.lang.String nameString)
Indicates if the given name string can be parsed by this parser. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IParseNameString |
getAsIParseNameString()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IWorkspaceDataElements |
getAsIWorkspaceDataElements()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
IDataElement |
getDatasetDataElement(java.lang.Object pDatasetSpec,
IDEBrowseOptions pBrowseOptions)
Returns the data element for the in-bound dataset name or dataset object. |
IDataElement |
getWorkspaceDataElement(IDEBrowseOptions pBrowseOptions)
The data element for the workspace. |
int |
hashCode()
the hashcode for this object |
IName |
parse(java.lang.String nameString)
Parses the name string and returns a new Name object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AGSCatalogPathParser()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AGSCatalogPathParser(java.lang.Object obj)
throws java.io.IOException
obj to AGSCatalogPathParser. AGSCatalogPathParser theAGSCatalogPathParser = (AGSCatalogPathParser) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IParseNameString getAsIParseNameString()
public IWorkspaceDataElements getAsIWorkspaceDataElements()
public boolean equals(java.lang.Object o)
public int hashCode()
public boolean canParse(java.lang.String nameString)
throws java.io.IOException,
AutomationException
IParseNameStringIndicates if the given string can be parsed by this parser. Use the CanParse method before using the Parse method.
canParse in interface IParseNameStringnameString - The nameString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName parse(java.lang.String nameString)
throws java.io.IOException,
AutomationException
IParseNameStringReturns a new Name object by parsing the given string. Use the CanParse method first to ensure the string can be parsed.
parse in interface IParseNameStringnameString - The nameString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataElement getWorkspaceDataElement(IDEBrowseOptions pBrowseOptions)
throws java.io.IOException,
AutomationException
IWorkspaceDataElements
getWorkspaceDataElement in interface IWorkspaceDataElementspBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IDataElement getDatasetDataElement(java.lang.Object pDatasetSpec,
IDEBrowseOptions pBrowseOptions)
throws java.io.IOException,
AutomationException
IWorkspaceDataElements
getDatasetDataElement in interface IWorkspaceDataElementspDatasetSpec - A reference to another Object (IUnknown) (in)pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||