com.esri.arcgis.geoprocessing
Interface IGPUtilities3

All Superinterfaces:
IGPUtilities, IGPUtilities2, java.io.Serializable
All Known Subinterfaces:
IGPUtilities4
All Known Implementing Classes:
GPUtilities, IGPUtilities3Proxy, IGPUtilities4Proxy

public interface IGPUtilities3
extends IGPUtilities2, java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing utilities 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 IIDeafc0938_c62e_43d5_b9ca_cb0045155860
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities2
IIDd57e3b9b_5481_4f28_9f31_f0b8756b53b9
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities
IID32f06b8f_a395_4f4e_b24f_52bbef06a036
 
Method Summary
 ILayer openLayerFromLocation(java.lang.String catalogPath)
          Returns the layer based upon the given catalog path.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities2
abortEditOperation, addToMapEx, cleanupEditSession, clearInMemoryWorkspace, createToolboxFromFactory, generateGeographicTransformDomain, getActiveView, getBasicMap, getExtent, getGPSpRefEnvEx, getGTOperationSet, getInMemoryWorkspace, getLayerName, getMap, getStatusBar, getVariableManager, inApplication, makeLayer, open, openFromString, removeFromMapEx, removeInternalData, saveLayer, setInternalMap, setupEditSession, setVariableManagerByRef, startEditOperation, stopEditOperation
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities
addInternalLayer, addInternalLayer2, addInternalTable, addInternalTable2, addToMap, canAddToMap, compareWildCard, copy, createDataElement, createFeatureClassName, createFeatureLayer, createParameterValue, createParentFromCatalogPath, createRasterCatalogName, createRasterDatasetName, createTableName, decodeDETable, decodeFeatureLayer, decodeLayer, decodeRaster, decodeRasterLayer, decodeStandaloneTable, decodeTableView, delete, exists, expandDataElement, exportFeatureClass, fieldExists, findField, findMapLayer, findMapLayer2, findMapTable, findMapTable2, generateDefaultOutputValue, generateSpRef, getCatalog, getEnvironment, getFields, getGPLayers, getGPMapData, getGPSpRefEnv, getGPTableViews, getGxObject, getGxObjectFromLocation, getGxObjects, getMapLayers, getMapTables, getNameObject, getNameObjectFromLocation, getUnQualifiedCatalogPath, getWorkspace, internalValidate, internalValidateValue, isBadMessage, isDatasetType, isDerived, isGPTableView, isRefreshCatalogParent, makeDataElement, makeDataElementFromNameObject, makeDataElements, makeGPLayer, makeGPLayerFromLayer, makeGPTableView, makeGPTableViewFromTable, makeGPValueFromObject, openDataset, openDatasetFromLocation, openFeatureClassFromString, openFeatureLayerFromString, openRasterDatasetFromString, openRasterLayerFromString, openTableFromString, packGPValue, qualifyOutputCatalogPath, qualifyOutputDataElement, refreshCatalog, refreshView, releaseInternals, removeFromMap, removeInternalLayer, removeInternalLayerEx, removeInternalTable, removeInternalTableEx, removeInternalValues, rename, setGridIndex, setRefreshCatalogParent, setWorkspace, unpackGPValue, validateExists
 

Field Detail

IIDeafc0938_c62e_43d5_b9ca_cb0045155860

static final int IIDeafc0938_c62e_43d5_b9ca_cb0045155860
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

openLayerFromLocation

ILayer openLayerFromLocation(java.lang.String catalogPath)
                             throws java.io.IOException,
                                    AutomationException
Returns the layer based upon the given catalog path.

Parameters:
catalogPath - The catalogPath (in)
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.