| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.globecore.GPGlobeFunctionFactory
public class GPGlobeFunctionFactory
| Constructor Summary | |
|---|---|
| GPGlobeFunctionFactory()Constructs a GPGlobeFunctionFactory using ArcGIS Engine. | |
| GPGlobeFunctionFactory(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  GPGlobeFunctionFactory theGPGlobeFunctionFactory = (GPGlobeFunctionFactory) 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 GPGlobeFunctionFactory()
                       throws IOException,
                              UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GPGlobeFunctionFactory(Object obj)
                       throws IOException
 GPGlobeFunctionFactory theGPGlobeFunctionFactory = (GPGlobeFunctionFactory) obj;
obj to GPGlobeFunctionFactory.
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.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||