|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPEnvelope
COM Interface 'IGPEnvelope'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing envelope 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 |
IID3a1f9b59_74e8_41c2_bae6_58cfb635f061
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IEnvelope |
getExtent()
The extent of the geoprocessing envelope. |
double |
getXMax()
The maximum X value of the geoprocessing envelope. |
double |
getXMin()
The minimum X value of the geoprocessing envelope. |
double |
getYMax()
The maximum Y value of the geoprocessing envelope. |
double |
getYMin()
The minimum Y value of the geoprocessing envelope. |
void |
setCoords(double xMin,
double yMin,
double xMax,
double yMax)
Sets the extent of the geoprocessing envelope given the x/y minimum/maximum values. |
void |
setExtentByRef(IEnvelope ppExtent)
The extent of the geoprocessing envelope. |
void |
setXMax(double xMax)
The maximum X value of the geoprocessing envelope. |
void |
setXMin(double xMin)
The minimum X value of the geoprocessing envelope. |
void |
setYMax(double yMax)
The maximum Y value of the geoprocessing envelope. |
void |
setYMin(double yMin)
The minimum Y value of the geoprocessing envelope. |
Field Detail |
---|
static final int IID3a1f9b59_74e8_41c2_bae6_58cfb635f061
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getXMin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXMin(double xMin) throws java.io.IOException, AutomationException
xMin
- The xMin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYMin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYMin(double yMin) throws java.io.IOException, AutomationException
yMin
- The yMin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXMax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXMax(double xMax) throws java.io.IOException, AutomationException
xMax
- The xMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYMax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYMax(double yMax) throws java.io.IOException, AutomationException
yMax
- The yMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCoords(double xMin, double yMin, double xMax, double yMax) throws java.io.IOException, AutomationException
xMin
- The xMin (in)yMin
- The yMin (in)xMax
- The xMax (in)yMax
- The yMax (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 |