|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GPServerCachingFunctionFactory
public class GPServerCachingFunctionFactory
COM Class 'GPServerCachingFunctionFactory'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Constructor Summary | |
---|---|
GPServerCachingFunctionFactory()
Constructs a GPServerCachingFunctionFactory using ArcGIS Engine. |
|
GPServerCachingFunctionFactory(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPServerCachingFunctionFactory theGPServerCachingFunctionFactory = (GPServerCachingFunctionFactory) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAlias()
Alias of the geoprocessing function factory. |
static java.lang.String |
getClsid()
getClsid. |
IUID |
getCLSID()
The class identifier (CLSID) of the geoprocessing function factory. |
IGPFunction |
getFunction(java.lang.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(java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the geoprocessing function factory. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a GPServerCachingFunctionFactory. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPServerCachingFunctionFactory() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GPServerCachingFunctionFactory(java.lang.Object obj) throws java.io.IOException
GPServerCachingFunctionFactory theGPServerCachingFunctionFactory = (GPServerCachingFunctionFactory) obj;
obj
to GPServerCachingFunctionFactory
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IUID getCLSID() throws java.io.IOException, AutomationException
getCLSID
in interface IGPFunctionFactory
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGPFunctionFactory
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAlias() throws java.io.IOException, AutomationException
getAlias
in interface IGPFunctionFactory
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPFunction getFunction(java.lang.String name) throws java.io.IOException, AutomationException
getFunction
in interface IGPFunctionFactory
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPName getFunctionName(java.lang.String name) throws java.io.IOException, AutomationException
getFunctionName
in interface IGPFunctionFactory
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPName getFunctionNames() throws java.io.IOException, AutomationException
getFunctionNames
in interface IGPFunctionFactory
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPEnvironment getFunctionEnvironments() throws java.io.IOException, AutomationException
getFunctionEnvironments
in interface IGPFunctionFactory
java.io.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 |