|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPUtilities2
COM Interface 'IGPUtilities2'. Generated 3/19/2015 1:20:58 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 |
IIDd57e3b9b_5481_4f28_9f31_f0b8756b53b9
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities |
|---|
IID32f06b8f_a395_4f4e_b24f_52bbef06a036 |
| Method Summary | |
|---|---|
void |
abortEditOperation(IWorkspaceEdit pWorkspace)
Abort edit operation within the application. |
void |
addToMapEx(IGPValue pGPValue,
java.lang.String name,
boolean temporary,
java.lang.Object pUnkRenderer,
boolean visible)
Adds the given geoprocessing value object to the application display. |
void |
cleanupEditSession(boolean abort)
Cleans up any edit session. |
void |
clearInMemoryWorkspace()
Clear the virtual workspace. |
void |
createToolboxFromFactory(java.lang.String alias,
java.lang.String location,
java.lang.String toolboxName)
Creates a toolbox at the given location for a function factory of a given alias. |
void |
generateGeographicTransformDomain(java.lang.Object iUnk,
IGPCodedValueDomain pGTDomain,
ISpatialReference pInSR,
ISpatialReference pOutSR,
IGPMessages pMessages)
Generate the matching geographic transform domain from an input spatial reference to an output spatial reference. |
IActiveView |
getActiveView()
Get active view. |
IBasicMap |
getBasicMap()
Gets the basic map associated with the application. |
IEnvelope |
getExtent(IGPValue pValue,
int[] envType)
Gets the type and value of extent of the given value. |
ISpatialReference |
getGPSpRefEnvEx(IGPEnvironmentManager pEnvMgr,
ISpatialReference pSrcSpRef,
ISpatialReference pTgtSpRef,
IEnvelope pNewExtent,
double newMMin,
double newMMax,
double newZMin,
double newZMax,
java.lang.Object pWkspFDS)
Creates the spatial reference from both a source and environment. |
void |
getGTOperationSet(IGPValue pGTs,
ISpatialReference pInSR,
ISpatialReference pOutSR,
ICompositeGeoTransformation ppGTs)
Gets the set of geographic transformations. |
IWorkspace |
getInMemoryWorkspace()
Get the virtual workspace. |
java.lang.String |
getLayerName(IGPValue pValue,
java.lang.String name)
Get default layer name for given value. |
IMap |
getMap()
Gets the map associated with the application. |
IStatusBar |
getStatusBar()
Gets the status bar associated with the application. |
IGPVariableManager |
getVariableManager()
Sets the Variable Manager. |
boolean |
inApplication()
Indicates if the program is running in an ArcGIS applicaiton. |
ILayer |
makeLayer(IGPValue pValue,
java.lang.String name,
java.lang.Object pUnkRenderer)
Creates appropriate layer for the value. |
java.lang.Object |
open(IGPValue pValue)
Returns the dataset of the given value. |
java.lang.Object |
openFromString(java.lang.String nameString)
Returns the dataset of the given value. |
void |
removeFromMapEx(IGPValue pGPValue)
Removes the data/layers specified by the geoprocessing value object from the map. |
void |
removeInternalData()
Removes all internal layers and tables. |
void |
saveLayer(java.lang.String catalogPath,
ILayer pLayer)
Saves a layer to a given location on disk. |
void |
setInternalMap(IMap pMap)
Sets the internal map used by the geoprocessor. |
void |
setupEditSession(IClass pTable)
Starts an edit session if needed. |
void |
setVariableManagerByRef(IGPVariableManager ppVariableManager)
Sets the Variable Manager. |
void |
startEditOperation(IWorkspaceEdit pWorkspace,
boolean bHasPrivateEditSession)
Start edit operation within the application. |
void |
stopEditOperation(IWorkspaceEdit pWorkspace,
java.lang.String operationLabel)
Stop edit operation within the application. |
| Field Detail |
|---|
static final int IIDd57e3b9b_5481_4f28_9f31_f0b8756b53b9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.Object open(IGPValue pValue)
throws java.io.IOException,
AutomationException
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.
void saveLayer(java.lang.String catalogPath,
ILayer pLayer)
throws java.io.IOException,
AutomationException
catalogPath - The catalogPath (in)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.
IActiveView getActiveView()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMap getMap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBasicMap getBasicMap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean inApplication()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer makeLayer(IGPValue pValue,
java.lang.String name,
java.lang.Object pUnkRenderer)
throws java.io.IOException,
AutomationException
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)name - The name (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.
IStatusBar getStatusBar()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startEditOperation(IWorkspaceEdit pWorkspace,
boolean bHasPrivateEditSession)
throws java.io.IOException,
AutomationException
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspaceEdit (in)bHasPrivateEditSession - The bHasPrivateEditSession (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void abortEditOperation(IWorkspaceEdit pWorkspace)
throws java.io.IOException,
AutomationException
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspaceEdit (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopEditOperation(IWorkspaceEdit pWorkspace,
java.lang.String operationLabel)
throws java.io.IOException,
AutomationException
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspaceEdit (in)operationLabel - The operationLabel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVariableManagerByRef(IGPVariableManager ppVariableManager)
throws java.io.IOException,
AutomationException
ppVariableManager - A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPVariableManager getVariableManager()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void generateGeographicTransformDomain(java.lang.Object iUnk,
IGPCodedValueDomain pGTDomain,
ISpatialReference pInSR,
ISpatialReference pOutSR,
IGPMessages pMessages)
throws java.io.IOException,
AutomationException
iUnk - A reference to another Object (IUnknown) (in)pGTDomain - A reference to a com.esri.arcgis.geodatabase.IGPCodedValueDomain (in)pInSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pOutSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getGTOperationSet(IGPValue pGTs,
ISpatialReference pInSR,
ISpatialReference pOutSR,
ICompositeGeoTransformation ppGTs)
throws java.io.IOException,
AutomationException
pGTs - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pInSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pOutSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)ppGTs - A reference to a com.esri.arcgis.geometry.ICompositeGeoTransformation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent(IGPValue pValue,
int[] envType)
throws java.io.IOException,
AutomationException
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)envType - A com.esri.arcgis.geoprocessing.esriGPExtentEnum constant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getGPSpRefEnvEx(IGPEnvironmentManager pEnvMgr,
ISpatialReference pSrcSpRef,
ISpatialReference pTgtSpRef,
IEnvelope pNewExtent,
double newMMin,
double newMMax,
double newZMin,
double newZMax,
java.lang.Object pWkspFDS)
throws java.io.IOException,
AutomationException
pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)pSrcSpRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pTgtSpRef - 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.
void createToolboxFromFactory(java.lang.String alias,
java.lang.String location,
java.lang.String toolboxName)
throws java.io.IOException,
AutomationException
alias - The alias (in)location - The location (in)toolboxName - The toolboxName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInternalMap(IMap pMap)
throws java.io.IOException,
AutomationException
pMap - A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLayerName(IGPValue pValue,
java.lang.String name)
throws java.io.IOException,
AutomationException
pValue - 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.
void removeInternalData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspace getInMemoryWorkspace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearInMemoryWorkspace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object openFromString(java.lang.String nameString)
throws java.io.IOException,
AutomationException
nameString - The nameString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setupEditSession(IClass pTable)
throws java.io.IOException,
AutomationException
pTable - A reference to a com.esri.arcgis.geodatabase.IClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void cleanupEditSession(boolean abort)
throws java.io.IOException,
AutomationException
abort - The abort (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeFromMapEx(IGPValue pGPValue)
throws java.io.IOException,
AutomationException
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.
void addToMapEx(IGPValue pGPValue,
java.lang.String name,
boolean temporary,
java.lang.Object pUnkRenderer,
boolean visible)
throws java.io.IOException,
AutomationException
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)visible - The visible (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 | ||||||||