|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datainterop.FMEFunctionFactory
public class FMEFunctionFactory
FMEFunctionFactory Class
| Constructor Summary | |
|---|---|
FMEFunctionFactory()
Constructs a FMEFunctionFactory using ArcGIS Engine. |
|
FMEFunctionFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FMEFunctionFactory theFMEFunctionFactory = (FMEFunctionFactory) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAlias()
Alias of the geoprocessing function factory. |
static String |
getClsid()
getClsid. |
IUID |
getCLSID()
The class identifier (CLSID) of the geoprocessing function factory. |
IGPFunction |
getFunction(String name)
Returns the geoprocessing function object with the given name. |
IEnumGPEnvironment |
getFunctionEnvironments()
Returns an enumeration of the geoprocessing environments that the geoprocessing functions managed by this function factory use. |
IGPName |
getFunctionName(String name)
Returns the geoprocessing function name object with the given name. |
IEnumGPName |
getFunctionNames()
Returns an enumeration of function name objects of all the geoprocessing functions managed by this function factory. |
String |
getName()
Name of the geoprocessing function factory. |
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 FMEFunctionFactory()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FMEFunctionFactory(Object obj)
throws IOException
FMEFunctionFactory theFMEFunctionFactory = (FMEFunctionFactory) obj;
obj to FMEFunctionFactory.
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 IGPFunctionFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IGPFunctionFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAlias()
throws IOException,
AutomationException
getAlias in interface IGPFunctionFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPFunction getFunction(String name)
throws IOException,
AutomationException
getFunction in interface IGPFunctionFactoryname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPName getFunctionName(String name)
throws IOException,
AutomationException
getFunctionName in interface IGPFunctionFactoryname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumGPName getFunctionNames()
throws IOException,
AutomationException
getFunctionNames in interface IGPFunctionFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumGPEnvironment getFunctionEnvironments()
throws IOException,
AutomationException
getFunctionEnvironments in interface IGPFunctionFactoryIOException - 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 ISupportErrorInforiid - 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 | ||||||||