|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.gisclient.IMSCatalogPathParser
IMSGIS Server Catalog Path Parser.
| Constructor Summary | |
IMSCatalogPathParser()
Constructs a IMSCatalogPathParser using ArcGIS Engine. |
|
IMSCatalogPathParser(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. |
static java.lang.String |
getClsid()
|
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 IMSCatalogPathParser()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public IMSCatalogPathParser(java.lang.Object obj)
throws java.io.IOException
obj to IMSCatalogPathParser. IMSCatalogPathParser theIMSCatalogPathParser = (IMSCatalogPathParser) 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 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||