|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.GPGeocodingDataTypeFactory
public class GPGeocodingDataTypeFactory
GeoProcessor Geocoding Data Type Factory object.
| Constructor Summary | |
|---|---|
GPGeocodingDataTypeFactory()
Constructs a GPGeocodingDataTypeFactory using ArcGIS Engine. |
|
GPGeocodingDataTypeFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPGeocodingDataTypeFactory theGPGeocodingDataTypeFactory = (GPGeocodingDataTypeFactory) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IUID |
getCLSID()
The COM class ID of the data type factory. |
IGPDataType |
getDataType(String name)
Provides the data type object given the name. |
IGPName |
getDataTypeName(String name)
Provides the data type name object given the name. |
IEnumGPName |
getDataTypeNames()
Provides the enumeration of data type name objects. |
int |
hashCode()
the hashcode for this 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 GPGeocodingDataTypeFactory()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GPGeocodingDataTypeFactory(Object obj)
throws IOException
GPGeocodingDataTypeFactory theGPGeocodingDataTypeFactory = (GPGeocodingDataTypeFactory) obj;
obj to GPGeocodingDataTypeFactory.
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 IUID getCLSID()
throws IOException,
AutomationException
getCLSID in interface IGPDataTypeFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDataType getDataType(String name)
throws IOException,
AutomationException
getDataType in interface IGPDataTypeFactoryname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPName getDataTypeName(String name)
throws IOException,
AutomationException
getDataTypeName in interface IGPDataTypeFactoryname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumGPName getDataTypeNames()
throws IOException,
AutomationException
getDataTypeNames in interface IGPDataTypeFactoryIOException - 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 | ||||||||