|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.StandaloneCatalogPathParser
public class StandaloneCatalogPathParser
Standalone Catalog Path Parser.
| Constructor Summary | |
|---|---|
StandaloneCatalogPathParser()
Constructs a StandaloneCatalogPathParser using ArcGIS Engine. |
|
StandaloneCatalogPathParser(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. StandaloneCatalogPathParser theStandaloneCatalogPathParser = (StandaloneCatalogPathParser) 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 StandaloneCatalogPathParser()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public StandaloneCatalogPathParser(Object obj)
throws IOException
StandaloneCatalogPathParser theStandaloneCatalogPathParser = (StandaloneCatalogPathParser) obj;
obj to StandaloneCatalogPathParser.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic 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 IParseNameStringnameString - 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 IParseNameStringnameString - 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 IWorkspaceDataElementsbrowseOptions - 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 IWorkspaceDataElementsdatasetSpec - 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 | ||||||||