|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPEnvelope
Provides access to the properties/methods of a geoprocessing envelope object.
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. |
Method Detail |
---|
double getXMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXMin(double xMin) throws IOException, AutomationException
xMin
- The xMin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYMin(double yMin) throws IOException, AutomationException
yMin
- The yMin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXMax(double xMax) throws IOException, AutomationException
xMax
- The xMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYMax(double yMax) throws IOException, AutomationException
yMax
- The yMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
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 IOException, AutomationException
xMin
- The xMin (in)yMin
- The yMin (in)xMax
- The xMax (in)yMax
- The yMax (in)
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 |