com.esri.arcgis.geoprocessing
Interface IGPFunctionFactory2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPFunctionFactory2Proxy

public interface IGPFunctionFactory2
extends java.io.Serializable

COM Interface 'IGPFunctionFactory2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing function factory object.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4276d696_3298_4bb2_8c2d_8e54be477644
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void releaseInternals()
          Release the functions cached by the geoprocessing function factory.
 

Field Detail

IID4276d696_3298_4bb2_8c2d_8e54be477644

static final int IID4276d696_3298_4bb2_8c2d_8e54be477644
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

releaseInternals

void releaseInternals()
                      throws java.io.IOException,
                             AutomationException
Release the functions cached by the geoprocessing function factory.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.