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