com.esri.arcgis.location
Class GPGeocodingDataTypeFactory

java.lang.Object
  extended by com.esri.arcgis.location.GPGeocodingDataTypeFactory
All Implemented Interfaces:
IGPDataTypeFactory, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class GPGeocodingDataTypeFactory
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGPDataTypeFactory

GeoProcessor Geocoding Data Type Factory object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

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

GPGeocodingDataTypeFactory

public GPGeocodingDataTypeFactory()
                           throws IOException,
                                  UnknownHostException
Constructs a GPGeocodingDataTypeFactory using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GPGeocodingDataTypeFactory

public GPGeocodingDataTypeFactory(Object obj)
                           throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GPGeocodingDataTypeFactory theGPGeocodingDataTypeFactory = (GPGeocodingDataTypeFactory) obj;

Construct a GPGeocodingDataTypeFactory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GPGeocodingDataTypeFactory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getCLSID

public IUID getCLSID()
              throws IOException,
                     AutomationException
The COM class ID of the data type factory.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getCLSID in interface IGPDataTypeFactory
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

public IGPDataType getDataType(String name)
                        throws IOException,
                               AutomationException
Provides the data type object given the name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getDataType in interface IGPDataTypeFactory
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDataType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataTypeName

public IGPName getDataTypeName(String name)
                        throws IOException,
                               AutomationException
Provides the data type name object given the name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getDataTypeName in interface IGPDataTypeFactory
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataTypeNames

public IEnumGPName getDataTypeNames()
                             throws IOException,
                                    AutomationException
Provides the enumeration of data type name objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getDataTypeNames in interface IGPDataTypeFactory
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumGPName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.