|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datainterop.FMEDatasetTypeFactory
public class FMEDatasetTypeFactory
FMEDatasetTypeFactory Class
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 |
---|
public FMEDatasetTypeFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic FMEDatasetTypeFactory(Object obj) throws IOException
FMEDatasetTypeFactory theFMEDatasetTypeFactory = (FMEDatasetTypeFactory) obj;
obj
to FMEDatasetTypeFactory
.
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 IUID getCLSID() throws IOException, AutomationException
getCLSID
in interface IGPDataTypeFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(String name) throws IOException, AutomationException
getDataType
in interface IGPDataTypeFactory
name
- 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 IGPDataTypeFactory
name
- 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 IGPDataTypeFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 |