|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.globecore.GPGlobeServicesFunctionFactory
public class GPGlobeServicesFunctionFactory
Constructor Summary | |
---|---|
GPGlobeServicesFunctionFactory()
Constructs a GPGlobeServicesFunctionFactory using ArcGIS Engine. |
|
GPGlobeServicesFunctionFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPGlobeServicesFunctionFactory theGPGlobeServicesFunctionFactory = (GPGlobeServicesFunctionFactory) 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 |
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 GPGlobeServicesFunctionFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GPGlobeServicesFunctionFactory(Object obj) throws IOException
GPGlobeServicesFunctionFactory theGPGlobeServicesFunctionFactory = (GPGlobeServicesFunctionFactory) obj;
obj
to GPGlobeServicesFunctionFactory
.
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 IGPFunctionFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IGPFunctionFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlias() throws IOException, AutomationException
getAlias
in interface IGPFunctionFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPFunction getFunction(String name) throws IOException, AutomationException
getFunction
in interface IGPFunctionFactory
name
- 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 IGPFunctionFactory
name
- 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 IGPFunctionFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPEnvironment getFunctionEnvironments() throws IOException, AutomationException
getFunctionEnvironments
in interface IGPFunctionFactory
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 |