|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGPUtilitiesProxy
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 =
public class IGPUtilitiesProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities |
---|
IID, IID32f06b8f_a395_4f4e_b24f_52bbef06a036 |
Constructor Summary | |
---|---|
|
IGPUtilitiesProxy()
Deprecated. For internal use only |
|
IGPUtilitiesProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPUtilitiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPUtilitiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPUtilitiesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addInternalLayer(ILayer pLayer)
Deprecated. Adds a layer object to the geoprocessing utility object. |
void |
addInternalLayer2(ILayer pLayer,
IGPLayer pGPLayer)
Deprecated. Adds a layer object and geoprocessing layer object to the geoprocessing utility object. |
void |
addInternalTable(ITable pTable)
Deprecated. Adds the given table to the utility object's list of tables. |
void |
addInternalTable2(ITable pTable,
IGPTableView pGPTableView)
Deprecated. Adds the given table to the utility object's list of tables. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addToMap(IGPValue pGPValue,
java.lang.String name,
boolean temporary,
java.lang.Object pUnkRenderer)
Deprecated. Adds the given geoprocessing value object to the application display. |
boolean |
canAddToMap()
Deprecated. Returns whether datasets can be added to the current application display. |
boolean |
compareWildCard(java.lang.String wildCard,
java.lang.String data)
Deprecated. Returns whether the given string satisfies the given wildcard string. |
void |
copy(IGPValue pSourceGPValue,
IGPValue pTargetGPValue)
Deprecated. Copies the object referred to by the given geoprocessing value object. |
IDataElement |
createDataElement(java.lang.String catalogPath,
IGPDataType pDataType,
java.lang.String optionalWorkspace)
Deprecated. Creates a new data element object from the catalog object specified by the given path, data type, and optional workspace. |
IName |
createFeatureClassName(java.lang.String catalogPath)
Deprecated. Creates a feature class name object from the given catalog path. |
IGPValue |
createFeatureLayer(java.lang.String catalogPath)
Deprecated. Creates a geoprocessing feature layer object from the catalog path. |
IGPValue |
createParameterValue(java.lang.String text,
IGPDataType pDataType,
int direction)
Deprecated. Creates a geoprocessing value object of the given data type from the given string. |
IName |
createParentFromCatalogPath(java.lang.String catalogPath)
Deprecated. Returns a name object corresponding to the parent object of the specified catalog path. |
IName |
createRasterCatalogName(java.lang.String catalogPath)
Deprecated. Creates a raster catalog name object from the given catalog path. |
IName |
createRasterDatasetName(java.lang.String catalogPath)
Deprecated. Creates a raster dataset name object from the given catalog path. |
IName |
createTableName(java.lang.String catalogPath)
Deprecated. Creates a table name object from the given catalog path. |
IDETable |
decodeDETable(IGPValue pValue)
Deprecated. Returns the table data element specified by the given geoprocessing value object. |
void |
decodeFeatureLayer(IGPValue pValue,
IFeatureClass[] ppFC,
IQueryFilter[] ppQF)
Deprecated. Returns the feature class and query filter specified by the given geoprocessing value object. |
ILayer |
decodeLayer(IGPValue pValue)
Deprecated. Returns the layer object specified by the given geoprocessing value object. |
IRaster |
decodeRaster(IGPValue pValue)
Deprecated. Returns the raster specified by the given geoprocessing value object. |
void |
decodeRasterLayer(IGPValue pValue,
IRasterDataset[] ppRD)
Deprecated. Returns the raster dataset specified by the given geoprocessing value object. |
IStandaloneTable |
decodeStandaloneTable(IGPValue pValue)
Deprecated. Returns the standalone table object specified by the given geoprocessing value object. |
void |
decodeTableView(IGPValue pValue,
ITable[] ppTable,
IQueryFilter[] ppQF)
Deprecated. Returns the table and query filter specified by the given geoprocessing value object. |
void |
delete(IGPValue pGPValue)
Deprecated. Deletes the object referred to by the given geoprocessing value object. |
boolean |
exists(IGPValue pGPValue)
Deprecated. Returns whether the object referred to by the given geoprocessing value object exists. |
void |
expandDataElement(IDataElement pInDE,
IDEBrowseOptions pExpandOptions)
Deprecated. Expands the properties of the given data element according to the given expand options. |
void |
exportFeatureClass(IDataElement pSourceDataElement,
IDataElement pTargetDataElement)
Deprecated. Exports the given feature class to a new feature class. |
boolean |
fieldExists(IGPValue pGPValue,
IField pField)
Deprecated. Returns whether the given field exists within the given geoprocessing value object. |
IField |
findField(IGPValue pGPValue,
java.lang.String name)
Deprecated. Returns the field object with the specified name in the given geoprocessing value object. |
ILayer |
findMapLayer(java.lang.String name)
Deprecated. Returns a layer with the given name. |
IGPLayer |
findMapLayer2(java.lang.String name,
ILayer[] ppLayer)
Deprecated. Returns a layer and geoprocessing layer with the given name. |
ITable |
findMapTable(java.lang.String name)
Deprecated. Locates a table with the specified name. |
IGPTableView |
findMapTable2(java.lang.String name,
ITable[] ppTable)
Deprecated. Locates a table with the specified name and returns the table and geoprocessing table view objects. |
IGPValue |
generateDefaultOutputValue(IGPEnvironmentManager pEnvMgr,
java.lang.String functionname,
IGPParameter pOutputParam,
IGPValue pInputValue,
java.lang.String extension,
int outputFileBaseLimit)
Deprecated. Generates the default output value and sets its path to an unique name. |
void |
generateSpRef(IArray pInputTables,
ITable pOverlayTable,
double growExtentBy,
ISpatialReference[] ppSpRef,
IEnvelope[] ppExtent,
boolean[] pHasMs,
double[] pMMin,
double[] pMMax,
boolean[] pHasZs,
double[] pZMin,
double[] pZMax)
Deprecated. Generates a new spatial reference object. |
java.lang.Object |
getCatalog()
Deprecated. Returns the catalog object shared between geoprocessing operations. |
IGPEnvironment |
getEnvironment(IArray pEnvironments,
java.lang.String name)
Deprecated. Locates a geoprocessing environment with the given name in the given array. |
IFields |
getFields(IGPValue pValue)
Deprecated. Returns a collection of field objects contained in the given geoprocessing value object. |
IEnumGPValue |
getGPLayers()
Deprecated. Returns an enumeration of current geoprocessing layers. |
IEnumGPValue |
getGPMapData()
Deprecated. Returns an enumeration of geoprocessing data. |
ISpatialReference |
getGPSpRefEnv(IGPEnvironmentManager pEnvMgr,
ISpatialReference pSrcSpRef,
IEnvelope pNewExtent,
double newMMin,
double newMMax,
double newZMin,
double newZMax,
java.lang.Object pWkspFDS)
Deprecated. Creates the spatial reference from both a source and environment. |
IEnumGPValue |
getGPTableViews()
Deprecated. Returns an enumeration of geoprocessing table views. |
java.lang.Object |
getGxObject(IDataElement pDataElement)
Deprecated. Returns the catalog object corresponding to the given data element. |
java.lang.Object |
getGxObjectFromLocation(java.lang.String catalogPath)
Deprecated. Returns the catalog object from the given catalog path. |
IArray |
getGxObjects(java.lang.String catalogPath)
Deprecated. Returns an array of all catalog objects which correspond to the catalog path. |
IEnumLayer |
getMapLayers()
Deprecated. Returns an enumeration of the current layers in the application. |
IEnumTable |
getMapTables()
Deprecated. Returns an enumeration of standalone tables in the current map. |
IName |
getNameObject(IDataElement pDataElement)
Deprecated. Returns a name object corresponding to the object referred to by the given data element. |
IName |
getNameObjectFromLocation(java.lang.String locationMoniker)
Deprecated. Returns a name object corresponding to the object by the location moniker. |
java.lang.String |
getUnQualifiedCatalogPath(IGPValue pValue)
Deprecated. Returns the unqualified path by striping the GDBs database and user names. |
java.lang.String |
getWorkspace()
Deprecated. Sets the path to the current workspace. |
IGPMessages |
internalValidate(IArray pParameters,
IArray pParamValues,
boolean updateValues,
boolean honorDerivedFlag,
IGPEnvironmentManager pEnvMgr)
Deprecated. Performs a validation of the parameters to a GPTool. |
void |
internalValidateValue(IGPParameter pParameter,
java.lang.Object pValue,
boolean updateValue,
boolean honorDerivedFlag,
IGPEnvironmentManager pEnvMgr,
IGPMessage pMessage)
Deprecated. Performs a validation of the a single parameter to a GPTool. |
boolean |
isBadMessage(IGPMessages pMessages,
int index)
Deprecated. Tests if a given message within an array of messages is bad. |
boolean |
isDatasetType(java.lang.Object pUnknown)
Deprecated. Returns whether the given object is a dataset. |
boolean |
isDerived(java.lang.Object pInput)
Deprecated. Returns whether the given variable or parameter is derived. |
boolean |
isGPTableView(IGPValue pValue)
Deprecated. Returns test if a geoprocessing table views is in fact a table and not from a layer. |
boolean |
isRefreshCatalogParent()
Deprecated. Returns whether catalog objects, used by the shared catalog object, are refreshed during geoprocessing operations. |
IDataElement |
makeDataElement(java.lang.String catalogPath,
IGPDataType pDataType,
IDEBrowseOptions pExpandOptions)
Deprecated. Returns a data element object from the catalog object specified by the given path, data type, and expand options. |
IDataElement |
makeDataElementFromNameObject(IName name)
Deprecated. Creates a new data element object from the given name object. |
IArray |
makeDataElements(java.lang.String catalogPath,
IDEBrowseOptions pBrowseOptions)
Deprecated. Get data elements from catalog path. |
IGPLayer |
makeGPLayer(java.lang.String catalogPath,
IGPDataType pDataType)
Deprecated. Creates a geoprocessing layer object from the given catalog path and of the given geoprocessing data type. |
IGPLayer |
makeGPLayerFromLayer(ILayer pLayer)
Deprecated. Creates a geoprocessing layer object based on the given layer object. |
IGPTableView |
makeGPTableView(java.lang.String catalogPath,
IGPDataType pDataType)
Deprecated. Returns a geoprocessing table view object corresponding to the given catalog path and of the specified geoprocessing data type. |
IGPTableView |
makeGPTableViewFromTable(ITable pTable)
Deprecated. Returns a new geoprocessing table view object from the given table object. |
IGPValue |
makeGPValueFromObject(java.lang.Object pUnk)
Deprecated. Generate an GPValue from an Arc Object. |
IDataset |
openDataset(IGPValue pValue)
Deprecated. Opens the dataset object specified by the given geoprocessing value object. |
IDataset |
openDatasetFromLocation(java.lang.String catalogPath)
Deprecated. Opens the dataset object from the given catalog path. |
IFeatureClass |
openFeatureClassFromString(java.lang.String catalogPath)
Deprecated. Opens a feature class from the given catalog path. |
IFeatureLayer |
openFeatureLayerFromString(java.lang.String catalogPath)
Deprecated. Opens a feature layer from the given catalog path. |
IRasterDataset |
openRasterDatasetFromString(java.lang.String catalogPath)
Deprecated. Opens a raster dataset object from the given catalog path. |
IRasterLayer |
openRasterLayerFromString(java.lang.String catalogPath)
Deprecated. Opens a raster layer object from the given catalog path. |
ITable |
openTableFromString(java.lang.String catalogPath)
Deprecated. Opens a table from the given catalog path. |
void |
packGPValue(IGPValue pValue,
java.lang.Object pInput)
Deprecated. Sets the given geoprocessing value into the given parameter/variable. |
java.lang.String |
qualifyOutputCatalogPath(java.lang.String catalogPath)
Deprecated. Qualify the catalog path with the GDBs database and user names. |
void |
qualifyOutputDataElement(IGPValue pValue)
Deprecated. Qualify the catalog path of the given value with the GDBs database and user names. |
void |
refreshCatalog(IDataElement pSourceDataElement)
Deprecated. Refreshes the parent within the catalog of the given data element. |
void |
refreshView()
Deprecated. Refreshes the applications active view. |
void |
releaseInternals()
Deprecated. Releases all internal objects used prior to releasing this GPUtilities object. |
void |
removeFromMap(IGPValue pGPValue,
java.lang.String name)
Deprecated. Removes the data/layers specified by the geoprocessing value object and/or name. |
void |
removeInternalLayer(java.lang.String name)
Deprecated. Removes the internal layer. |
void |
removeInternalLayerEx(ILayer pLayer)
Deprecated. Removes the internal layer. |
void |
removeInternalTable(java.lang.String name)
Deprecated. Removes the internal table. |
void |
removeInternalTableEx(ITable pTable)
Deprecated. Removes the internal table. |
void |
removeInternalValues()
Deprecated. Removes all of the GPValues returned from MakeGPValueFromObject. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
rename(IGPValue pSourceGPValue,
IGPValue pTargetGPValue)
Deprecated. Renames the object referred to by the given geoprocessing value object. |
void |
setGridIndex(IGPEnvironmentManager pEnvMgr,
IArray pInputTables,
double spatialIndex1,
double spatialIndex2,
double spatialIndex3,
java.lang.Object pUnk,
IGeometryDef pGeometryDef)
Deprecated. Calculates and sets the grid index sizes on the given geometry definition object. |
void |
setRefreshCatalogParent(boolean pRefresh)
Deprecated. Returns whether catalog objects, used by the shared catalog object, are refreshed during geoprocessing operations. |
void |
setWorkspace(java.lang.String workPath)
Deprecated. Sets the path to the current workspace. |
IGPValue |
unpackGPValue(java.lang.Object pInput)
Deprecated. Returns the geoprocessing value object from the given parameter, variable, or value object. |
boolean |
validateExists(IGPValue pGPValue,
boolean checkDerived)
Deprecated. Verifies that the data referenced by the given geoprocessing value object exists. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPUtilitiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPUtilitiesProxy()
public IGPUtilitiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPUtilitiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPUtilitiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IGPMessages internalValidate(IArray pParameters, IArray pParamValues, boolean updateValues, boolean honorDerivedFlag, IGPEnvironmentManager pEnvMgr) throws java.io.IOException, AutomationException
internalValidate
in interface IGPUtilities
pParameters
- A reference to a com.esri.arcgis.system.IArray (in)pParamValues
- A reference to a com.esri.arcgis.system.IArray (in)updateValues
- The updateValues (in)honorDerivedFlag
- The honorDerivedFlag (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void internalValidateValue(IGPParameter pParameter, java.lang.Object pValue, boolean updateValue, boolean honorDerivedFlag, IGPEnvironmentManager pEnvMgr, IGPMessage pMessage) throws java.io.IOException, AutomationException
internalValidateValue
in interface IGPUtilities
pParameter
- A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)pValue
- A reference to another Object (IUnknown) (in)updateValue
- The updateValue (in)honorDerivedFlag
- The honorDerivedFlag (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)pMessage
- A reference to a com.esri.arcgis.geodatabase.IGPMessage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBadMessage(IGPMessages pMessages, int index) throws java.io.IOException, AutomationException
isBadMessage
in interface IGPUtilities
pMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue generateDefaultOutputValue(IGPEnvironmentManager pEnvMgr, java.lang.String functionname, IGPParameter pOutputParam, IGPValue pInputValue, java.lang.String extension, int outputFileBaseLimit) throws java.io.IOException, AutomationException
generateDefaultOutputValue
in interface IGPUtilities
pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)functionname
- The functionname (in)pOutputParam
- A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)pInputValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)extension
- The extension (in)outputFileBaseLimit
- The outputFileBaseLimit (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void qualifyOutputDataElement(IGPValue pValue) throws java.io.IOException, AutomationException
qualifyOutputDataElement
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String qualifyOutputCatalogPath(java.lang.String catalogPath) throws java.io.IOException, AutomationException
qualifyOutputCatalogPath
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUnQualifiedCatalogPath(IGPValue pValue) throws java.io.IOException, AutomationException
getUnQualifiedCatalogPath
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWorkspace(java.lang.String workPath) throws java.io.IOException, AutomationException
setWorkspace
in interface IGPUtilities
workPath
- The workPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWorkspace() throws java.io.IOException, AutomationException
getWorkspace
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCatalog() throws java.io.IOException, AutomationException
getCatalog
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRefreshCatalogParent() throws java.io.IOException, AutomationException
isRefreshCatalogParent
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRefreshCatalogParent(boolean pRefresh) throws java.io.IOException, AutomationException
setRefreshCatalogParent
in interface IGPUtilities
pRefresh
- The pRefresh (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataElement makeDataElement(java.lang.String catalogPath, IGPDataType pDataType, IDEBrowseOptions pExpandOptions) throws java.io.IOException, AutomationException
makeDataElement
in interface IGPUtilities
catalogPath
- The catalogPath (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)pExpandOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataElement makeDataElementFromNameObject(IName name) throws java.io.IOException, AutomationException
makeDataElementFromNameObject
in interface IGPUtilities
name
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void expandDataElement(IDataElement pInDE, IDEBrowseOptions pExpandOptions) throws java.io.IOException, AutomationException
expandDataElement
in interface IGPUtilities
pInDE
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)pExpandOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataElement createDataElement(java.lang.String catalogPath, IGPDataType pDataType, java.lang.String optionalWorkspace) throws java.io.IOException, AutomationException
createDataElement
in interface IGPUtilities
catalogPath
- The catalogPath (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)optionalWorkspace
- The optionalWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue createFeatureLayer(java.lang.String catalogPath) throws java.io.IOException, AutomationException
createFeatureLayer
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterDataset openRasterDatasetFromString(java.lang.String catalogPath) throws java.io.IOException, AutomationException
openRasterDatasetFromString
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass openFeatureClassFromString(java.lang.String catalogPath) throws java.io.IOException, AutomationException
openFeatureClassFromString
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable openTableFromString(java.lang.String catalogPath) throws java.io.IOException, AutomationException
openTableFromString
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterLayer openRasterLayerFromString(java.lang.String catalogPath) throws java.io.IOException, AutomationException
openRasterLayerFromString
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureLayer openFeatureLayerFromString(java.lang.String catalogPath) throws java.io.IOException, AutomationException
openFeatureLayerFromString
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName createFeatureClassName(java.lang.String catalogPath) throws java.io.IOException, AutomationException
createFeatureClassName
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName createRasterDatasetName(java.lang.String catalogPath) throws java.io.IOException, AutomationException
createRasterDatasetName
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName createRasterCatalogName(java.lang.String catalogPath) throws java.io.IOException, AutomationException
createRasterCatalogName
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName createTableName(java.lang.String catalogPath) throws java.io.IOException, AutomationException
createTableName
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataset openDataset(IGPValue pValue) throws java.io.IOException, AutomationException
openDataset
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataset openDatasetFromLocation(java.lang.String catalogPath) throws java.io.IOException, AutomationException
openDatasetFromLocation
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addToMap(IGPValue pGPValue, java.lang.String name, boolean temporary, java.lang.Object pUnkRenderer) throws java.io.IOException, AutomationException
addToMap
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)name
- The name (in)temporary
- The temporary (in)pUnkRenderer
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshCatalog(IDataElement pSourceDataElement) throws java.io.IOException, AutomationException
refreshCatalog
in interface IGPUtilities
pSourceDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportFeatureClass(IDataElement pSourceDataElement, IDataElement pTargetDataElement) throws java.io.IOException, AutomationException
exportFeatureClass
in interface IGPUtilities
pSourceDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)pTargetDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete(IGPValue pGPValue) throws java.io.IOException, AutomationException
delete
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rename(IGPValue pSourceGPValue, IGPValue pTargetGPValue) throws java.io.IOException, AutomationException
rename
in interface IGPUtilities
pSourceGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pTargetGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void copy(IGPValue pSourceGPValue, IGPValue pTargetGPValue) throws java.io.IOException, AutomationException
copy
in interface IGPUtilities
pSourceGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pTargetGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean exists(IGPValue pGPValue) throws java.io.IOException, AutomationException
exists
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean compareWildCard(java.lang.String wildCard, java.lang.String data) throws java.io.IOException, AutomationException
compareWildCard
in interface IGPUtilities
wildCard
- The wildCard (in)data
- The data (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getNameObject(IDataElement pDataElement) throws java.io.IOException, AutomationException
getNameObject
in interface IGPUtilities
pDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getNameObjectFromLocation(java.lang.String locationMoniker) throws java.io.IOException, AutomationException
getNameObjectFromLocation
in interface IGPUtilities
locationMoniker
- The locationMoniker (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getGxObjectFromLocation(java.lang.String catalogPath) throws java.io.IOException, AutomationException
getGxObjectFromLocation
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean fieldExists(IGPValue pGPValue, IField pField) throws java.io.IOException, AutomationException
fieldExists
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pField
- A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IField findField(IGPValue pGPValue, java.lang.String name) throws java.io.IOException, AutomationException
findField
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumLayer getMapLayers() throws java.io.IOException, AutomationException
getMapLayers
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer findMapLayer(java.lang.String name) throws java.io.IOException, AutomationException
findMapLayer
in interface IGPUtilities
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPLayer findMapLayer2(java.lang.String name, ILayer[] ppLayer) throws java.io.IOException, AutomationException
findMapLayer2
in interface IGPUtilities
name
- The name (in)ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPValue getGPLayers() throws java.io.IOException, AutomationException
getGPLayers
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPLayer makeGPLayer(java.lang.String catalogPath, IGPDataType pDataType) throws java.io.IOException, AutomationException
makeGPLayer
in interface IGPUtilities
catalogPath
- The catalogPath (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPEnvironment getEnvironment(IArray pEnvironments, java.lang.String name) throws java.io.IOException, AutomationException
getEnvironment
in interface IGPUtilities
pEnvironments
- A reference to a com.esri.arcgis.system.IArray (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addInternalLayer(ILayer pLayer) throws java.io.IOException, AutomationException
addInternalLayer
in interface IGPUtilities
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addInternalLayer2(ILayer pLayer, IGPLayer pGPLayer) throws java.io.IOException, AutomationException
addInternalLayer2
in interface IGPUtilities
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)pGPLayer
- A reference to a com.esri.arcgis.datasourcesfile.IGPLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPLayer makeGPLayerFromLayer(ILayer pLayer) throws java.io.IOException, AutomationException
makeGPLayerFromLayer
in interface IGPUtilities
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName createParentFromCatalogPath(java.lang.String catalogPath) throws java.io.IOException, AutomationException
createParentFromCatalogPath
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue unpackGPValue(java.lang.Object pInput) throws java.io.IOException, AutomationException
unpackGPValue
in interface IGPUtilities
pInput
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void decodeRasterLayer(IGPValue pValue, IRasterDataset[] ppRD) throws java.io.IOException, AutomationException
decodeRasterLayer
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)ppRD
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void decodeFeatureLayer(IGPValue pValue, IFeatureClass[] ppFC, IQueryFilter[] ppQF) throws java.io.IOException, AutomationException
decodeFeatureLayer
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)ppFC
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (out: use single element array)ppQF
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void decodeTableView(IGPValue pValue, ITable[] ppTable, IQueryFilter[] ppQF) throws java.io.IOException, AutomationException
decodeTableView
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)ppQF
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer decodeLayer(IGPValue pValue) throws java.io.IOException, AutomationException
decodeLayer
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStandaloneTable decodeStandaloneTable(IGPValue pValue) throws java.io.IOException, AutomationException
decodeStandaloneTable
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDETable decodeDETable(IGPValue pValue) throws java.io.IOException, AutomationException
decodeDETable
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void releaseInternals() throws java.io.IOException, AutomationException
releaseInternals
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumTable getMapTables() throws java.io.IOException, AutomationException
getMapTables
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable findMapTable(java.lang.String name) throws java.io.IOException, AutomationException
findMapTable
in interface IGPUtilities
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPTableView findMapTable2(java.lang.String name, ITable[] ppTable) throws java.io.IOException, AutomationException
findMapTable2
in interface IGPUtilities
name
- The name (in)ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPValue getGPTableViews() throws java.io.IOException, AutomationException
getGPTableViews
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGPTableView(IGPValue pValue) throws java.io.IOException, AutomationException
isGPTableView
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPTableView makeGPTableView(java.lang.String catalogPath, IGPDataType pDataType) throws java.io.IOException, AutomationException
makeGPTableView
in interface IGPUtilities
catalogPath
- The catalogPath (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addInternalTable(ITable pTable) throws java.io.IOException, AutomationException
addInternalTable
in interface IGPUtilities
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addInternalTable2(ITable pTable, IGPTableView pGPTableView) throws java.io.IOException, AutomationException
addInternalTable2
in interface IGPUtilities
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pGPTableView
- A reference to a com.esri.arcgis.geoprocessing.IGPTableView (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPTableView makeGPTableViewFromTable(ITable pTable) throws java.io.IOException, AutomationException
makeGPTableViewFromTable
in interface IGPUtilities
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getFields(IGPValue pValue) throws java.io.IOException, AutomationException
getFields
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canAddToMap() throws java.io.IOException, AutomationException
canAddToMap
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void generateSpRef(IArray pInputTables, ITable pOverlayTable, double growExtentBy, ISpatialReference[] ppSpRef, IEnvelope[] ppExtent, boolean[] pHasMs, double[] pMMin, double[] pMMax, boolean[] pHasZs, double[] pZMin, double[] pZMax) throws java.io.IOException, AutomationException
generateSpRef
in interface IGPUtilities
pInputTables
- A reference to a com.esri.arcgis.system.IArray (in)pOverlayTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)growExtentBy
- The growExtentBy (in)ppSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)pHasMs
- The pHasMs (out: use single element array)pMMin
- The pMMin (out: use single element array)pMMax
- The pMMax (out: use single element array)pHasZs
- The pHasZs (out: use single element array)pZMin
- The pZMin (out: use single element array)pZMax
- The pZMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGridIndex(IGPEnvironmentManager pEnvMgr, IArray pInputTables, double spatialIndex1, double spatialIndex2, double spatialIndex3, java.lang.Object pUnk, IGeometryDef pGeometryDef) throws java.io.IOException, AutomationException
setGridIndex
in interface IGPUtilities
pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)pInputTables
- A reference to a com.esri.arcgis.system.IArray (in)spatialIndex1
- The spatialIndex1 (in)spatialIndex2
- The spatialIndex2 (in)spatialIndex3
- The spatialIndex3 (in)pUnk
- A reference to another Object (IUnknown) (in)pGeometryDef
- A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetType(java.lang.Object pUnknown) throws java.io.IOException, AutomationException
isDatasetType
in interface IGPUtilities
pUnknown
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeFromMap(IGPValue pGPValue, java.lang.String name) throws java.io.IOException, AutomationException
removeFromMap
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDerived(java.lang.Object pInput) throws java.io.IOException, AutomationException
isDerived
in interface IGPUtilities
pInput
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshView() throws java.io.IOException, AutomationException
refreshView
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void packGPValue(IGPValue pValue, java.lang.Object pInput) throws java.io.IOException, AutomationException
packGPValue
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pInput
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue createParameterValue(java.lang.String text, IGPDataType pDataType, int direction) throws java.io.IOException, AutomationException
createParameterValue
in interface IGPUtilities
text
- The text (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)direction
- A com.esri.arcgis.geoprocessing.esriGPParameterDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean validateExists(IGPValue pGPValue, boolean checkDerived) throws java.io.IOException, AutomationException
validateExists
in interface IGPUtilities
pGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)checkDerived
- The checkDerived (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getGxObject(IDataElement pDataElement) throws java.io.IOException, AutomationException
getGxObject
in interface IGPUtilities
pDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getGxObjects(java.lang.String catalogPath) throws java.io.IOException, AutomationException
getGxObjects
in interface IGPUtilities
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray makeDataElements(java.lang.String catalogPath, IDEBrowseOptions pBrowseOptions) throws java.io.IOException, AutomationException
makeDataElements
in interface IGPUtilities
catalogPath
- The catalogPath (in)pBrowseOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPValue getGPMapData() throws java.io.IOException, AutomationException
getGPMapData
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue makeGPValueFromObject(java.lang.Object pUnk) throws java.io.IOException, AutomationException
makeGPValueFromObject
in interface IGPUtilities
pUnk
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeInternalValues() throws java.io.IOException, AutomationException
removeInternalValues
in interface IGPUtilities
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeInternalLayer(java.lang.String name) throws java.io.IOException, AutomationException
removeInternalLayer
in interface IGPUtilities
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeInternalTable(java.lang.String name) throws java.io.IOException, AutomationException
removeInternalTable
in interface IGPUtilities
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRaster decodeRaster(IGPValue pValue) throws java.io.IOException, AutomationException
decodeRaster
in interface IGPUtilities
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getGPSpRefEnv(IGPEnvironmentManager pEnvMgr, ISpatialReference pSrcSpRef, IEnvelope pNewExtent, double newMMin, double newMMax, double newZMin, double newZMax, java.lang.Object pWkspFDS) throws java.io.IOException, AutomationException
getGPSpRefEnv
in interface IGPUtilities
pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)pSrcSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pNewExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)newMMin
- The newMMin (in)newMMax
- The newMMax (in)newZMin
- The newZMin (in)newZMax
- The newZMax (in)pWkspFDS
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeInternalLayerEx(ILayer pLayer) throws java.io.IOException, AutomationException
removeInternalLayerEx
in interface IGPUtilities
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeInternalTableEx(ITable pTable) throws java.io.IOException, AutomationException
removeInternalTableEx
in interface IGPUtilities
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
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 |