|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClipFilter
Provides access to members that control a clipping filter.
This interface is new at ArcGIS 9.3.
IClipFilter is used to construct, from given geometries such as polygons, a ClipFilter class which can be used to clip a Raster using IPixelOperation iterface.
IPixelOperation
Method Summary | |
---|---|
void |
add(IGeometry pClippingGeometry)
Adds a clipping geometry. |
void |
empty()
Removes all clipping geometries. |
Method Detail |
---|
void add(IGeometry pClippingGeometry) throws IOException, AutomationException
Use Add method to create a ClipFilter from multiple geometries, the ClipFilter will take the union of all the gemetries.
pClippingGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void empty() throws IOException, AutomationException
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 |