|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.IMSGlobeConnection
public class IMSGlobeConnection
IMS Globe connection File.
Constructor Summary | |
---|---|
IMSGlobeConnection()
Constructs a IMSGlobeConnection using ArcGIS Engine. |
|
IMSGlobeConnection(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. IMSGlobeConnection theIMSGlobeConnection = (IMSGlobeConnection) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getServiceName()
The service name for the request. |
String |
getURL()
The Url for the request. |
int |
hashCode()
the hashcode for this object |
String |
makeRequest(String strDataString)
Makes a request to the IMS Server. |
void |
makeRequestBinary(String strDataString,
boolean bAllocateData,
int data,
int[] size)
Make a request for binary data. |
void |
setServiceName(String pName)
The service name for the request. |
void |
setURL(String pURL)
The Url for the request. |
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 IMSGlobeConnection() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic IMSGlobeConnection(Object obj) throws IOException
IMSGlobeConnection theIMSGlobeConnection = (IMSGlobeConnection) obj;
obj
to IMSGlobeConnection
.
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 String makeRequest(String strDataString) throws IOException, AutomationException
makeRequest
in interface IIMSGlobeConnection
strDataString
- The strDataString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void makeRequestBinary(String strDataString, boolean bAllocateData, int data, int[] size) throws IOException, AutomationException
makeRequestBinary
in interface IIMSGlobeConnection
strDataString
- The strDataString (in)bAllocateData
- The bAllocateData (in)data
- A COM void* (out: use single element array)size
- The size (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setURL(String pURL) throws IOException, AutomationException
setURL
in interface IIMSGlobeConnection
pURL
- The pURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getURL() throws IOException, AutomationException
getURL
in interface IIMSGlobeConnection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServiceName(String pName) throws IOException, AutomationException
setServiceName
in interface IIMSGlobeConnection
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getServiceName() throws IOException, AutomationException
getServiceName
in interface IIMSGlobeConnection
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 |