|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GDSCatalogPathParser
public class GDSCatalogPathParser
ArcGIS Database Server Catalog Path Parser.
Constructor Summary | |
---|---|
GDSCatalogPathParser()
Constructs a GDSCatalogPathParser using ArcGIS Engine. |
|
GDSCatalogPathParser(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GDSCatalogPathParser theGDSCatalogPathParser = (GDSCatalogPathParser) 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. |
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 GDSCatalogPathParser() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GDSCatalogPathParser(Object obj) throws IOException
GDSCatalogPathParser theGDSCatalogPathParser = (GDSCatalogPathParser) obj;
obj
to GDSCatalogPathParser
.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |