|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.IMSGlobeXMLParser
public class IMSGlobeXMLParser
IMS Globe Sub Service.
| Constructor Summary | |
|---|---|
IMSGlobeXMLParser()
Constructs a IMSGlobeXMLParser using ArcGIS Engine. |
|
IMSGlobeXMLParser(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. IMSGlobeXMLParser theIMSGlobeXMLParser = (IMSGlobeXMLParser) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IIMSGlobeXMLNode |
getHighestNode(String tag)
The highest node in the tree with the tag. |
String |
getResponseBody()
A string that represents the response body. |
IIMSGlobeXMLNode |
getRoot()
A reference to the root of the xml structure. |
int |
hashCode()
the hashcode for this object |
String |
makeXmlStr()
The xml string representing the internal node structure. |
void |
parse(String xmlStr)
Parses the xml structure from a string. |
void |
setRootByRef(IIMSGlobeXMLNode root)
A reference to the root of the xml structure. |
void |
setXmlHeader(String rhs1)
The header xml information. |
| 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 IMSGlobeXMLParser()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public IMSGlobeXMLParser(Object obj)
throws IOException
IMSGlobeXMLParser theIMSGlobeXMLParser = (IMSGlobeXMLParser) obj;
obj to IMSGlobeXMLParser.
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 void parse(String xmlStr)
throws IOException,
AutomationException
parse in interface IIMSGlobeXMLParserxmlStr - The xmlStr (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IIMSGlobeXMLNode getRoot()
throws IOException,
AutomationException
getRoot in interface IIMSGlobeXMLParserIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IIMSGlobeXMLNode getHighestNode(String tag)
throws IOException,
AutomationException
getHighestNode in interface IIMSGlobeXMLParsertag - The tag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String makeXmlStr()
throws IOException,
AutomationException
makeXmlStr in interface IIMSGlobeXMLParserIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRootByRef(IIMSGlobeXMLNode root)
throws IOException,
AutomationException
setRootByRef in interface IIMSGlobeXMLParserroot - A reference to a com.esri.arcgis.carto.IIMSGlobeXMLNode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXmlHeader(String rhs1)
throws IOException,
AutomationException
setXmlHeader in interface IIMSGlobeXMLParserrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getResponseBody()
throws IOException,
AutomationException
getResponseBody in interface IIMSGlobeXMLParserIOException - 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 | ||||||||