|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPExtent
Provides access to the properties/methods of a geoprocessing extent object.
Method Summary | |
---|---|
IEnvelope |
getExtent(int[] envType)
Gets the type and values of extent. |
void |
setExtent(int envType,
Object extentProvider,
Object snapRasterData)
Sets the type and values of extent. |
Method Detail |
---|
void setExtent(int envType, Object extentProvider, Object snapRasterData) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent(int[] envType) throws IOException, AutomationException
envType
- A com.esri.arcgis.geoprocessing.esriGPExtentEnum constant (out: use single element array)
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 |