|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.carto.ACConnector
An object that connects to ArcIMS servers.
| Constructor Summary | |
ACConnector()
Constructs a ACConnector using ArcGIS Engine. |
|
ACConnector(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IACConnector |
getAsIACConnector()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
IACMap |
getMap(IIMSAxlRequest axlRequest)
The map of the given map. |
int |
hashCode()
the hashcode for this object |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ACConnector()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ACConnector(java.lang.Object obj)
throws java.io.IOException
obj to ACConnector. ACConnector theACConnector = (ACConnector) 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 IACConnector getAsIACConnector()
public boolean equals(java.lang.Object o)
public int hashCode()
public IACMap getMap(IIMSAxlRequest axlRequest)
throws java.io.IOException,
AutomationException
IACConnector
getMap in interface IACConnectoraxlRequest - A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (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 | |||||||||