|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void parse(String xmlStr) throws IOException, AutomationException
parse
in interface IIMSGlobeXMLParser
xmlStr
- 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 IIMSGlobeXMLParser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getHighestNode(String tag) throws IOException, AutomationException
getHighestNode
in interface IIMSGlobeXMLParser
tag
- 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 IIMSGlobeXMLParser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRootByRef(IIMSGlobeXMLNode root) throws IOException, AutomationException
setRootByRef
in interface IIMSGlobeXMLParser
root
- 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 IIMSGlobeXMLParser
rhs1
- 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 IIMSGlobeXMLParser
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 |