|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClipFunctionArguments
Provides access to members that control raster clipping function arguments.
Method Summary | |
---|---|
IGeometry |
getClippingGeometry()
The clipping geometry. |
int |
getClippingType()
The raster clipping type. |
IEnvelope |
getExtent()
The output extent. |
Object |
getRaster()
The source raster object. |
void |
setClippingGeometryByRef(IGeometry ppClippingGeometry)
The clipping geometry. |
void |
setClippingType(int pClippingType)
The raster clipping type. |
void |
setExtentByRef(IEnvelope ppExtent)
The output extent. |
void |
setRasterByRef(Object ppRaster)
The source raster object. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getClippingGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClippingGeometryByRef(IGeometry ppClippingGeometry) throws IOException, AutomationException
ppClippingGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getClippingType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClippingType(int pClippingType) throws IOException, AutomationException
pClippingType
- A com.esri.arcgis.datasourcesraster.esriRasterClippingType constant (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |