com.esri.arcgis.datainterop
Class FMEDatasetTypeFactory

java.lang.Object
  extended by com.esri.arcgis.datainterop.FMEDatasetTypeFactory
All Implemented Interfaces:
IGPDataTypeFactory, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, Serializable

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

FMEDatasetTypeFactory Class

Product Availability

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

See Also:
Serialized Form

Constructor Summary
FMEDatasetTypeFactory()
          Constructs a FMEDatasetTypeFactory using ArcGIS Engine.
FMEDatasetTypeFactory(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FMEDatasetTypeFactory theFMEDatasetTypeFactory = (FMEDatasetTypeFactory) 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
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 
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

FMEDatasetTypeFactory

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

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

FMEDatasetTypeFactory

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

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

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.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Description

Indicates whether the interface supports IErrorInfo.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.