com.esri.arcgis.geoprocessing
Interface IGPExtent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPExtent, IGPExtentProxy

public interface IGPExtent
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing extent 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 IIDac621f7a_3033_4321_b1e3_c86a8e3e026f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getExtent(int[] envType)
          Gets the type and values of extent.
 void setExtent(int envType, java.lang.Object extentProvider, java.lang.Object snapRasterData)
          Sets the type and values of extent.
 

Field Detail

IIDac621f7a_3033_4321_b1e3_c86a8e3e026f

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

setExtent

void setExtent(int envType,
               java.lang.Object extentProvider,
               java.lang.Object snapRasterData)
               throws java.io.IOException,
                      AutomationException
Sets the type and values of extent.

Parameters:
envType - A com.esri.arcgis.geoprocessing.esriGPExtentEnum constant (in)
extentProvider - A Variant (in, optional, pass null if not required)
snapRasterData - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

IEnvelope getExtent(int[] envType)
                    throws java.io.IOException,
                           AutomationException
Gets the type and values of extent.

Parameters:
envType - A com.esri.arcgis.geoprocessing.esriGPExtentEnum constant (out: use single element array)
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.