|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AGOCatalogPathParser
public class AGOCatalogPathParser
My Hosted Services Catalog Path Parser.
Constructor Summary | |
---|---|
AGOCatalogPathParser()
Constructs a AGOCatalogPathParser using ArcGIS Engine. |
|
AGOCatalogPathParser(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AGOCatalogPathParser theAGOCatalogPathParser = (AGOCatalogPathParser) obj; |
Method Summary | |
---|---|
boolean |
canParse(String nameString)
Indicates if the given name string can be parsed by this parser. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IDataElement |
getDatasetDataElement(Object datasetSpec,
IDEBrowseOptions browseOptions)
Returns the data element for the in-bound dataset name or dataset object. |
IDataElement |
getWorkspaceDataElement(IDEBrowseOptions browseOptions)
The data element for the workspace. |
int |
hashCode()
the hashcode for this object |
IName |
parse(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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public AGOCatalogPathParser() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic AGOCatalogPathParser(Object obj) throws IOException
AGOCatalogPathParser theAGOCatalogPathParser = (AGOCatalogPathParser) obj;
obj
to AGOCatalogPathParser
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean canParse(String nameString) throws IOException, AutomationException
Indicates if the given string can be parsed by this parser. Use the CanParse method before using the Parse method.
canParse
in interface IParseNameString
nameString
- The nameString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName parse(String nameString) throws IOException, AutomationException
Returns a new Name object by parsing the given string. Use the CanParse method first to ensure the string can be parsed.
parse
in interface IParseNameString
nameString
- The nameString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataElement getWorkspaceDataElement(IDEBrowseOptions browseOptions) throws IOException, AutomationException
getWorkspaceDataElement
in interface IWorkspaceDataElements
browseOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataElement getDatasetDataElement(Object datasetSpec, IDEBrowseOptions browseOptions) throws IOException, AutomationException
getDatasetDataElement
in interface IWorkspaceDataElements
datasetSpec
- A reference to another Object (IUnknown) (in)browseOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
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 |