ArcObjects Library Reference (SpatialAnalyst)  

IExtractionOp2 Interface

Provides access to additional members that control the extraction operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Members

Description
Method Attribute Extracts the cells of a raster based on a logical query.
Method Circle Extracts the cells of a raster based on a circle.
Method ExtractValuesToPoints Extracts cell values from point features overlayed on a raster.
Method Points Extracts the cells of a raster based on points.
Method Polygon Extracts the cells of a raster based on a polygon.
Method Raster Extracts the cells of a raster whose corresponding cells in the mask raster have valid value.
Method Rectangle Extracts the cells of a raster based on a rectangle.
Method Sample Extracts the cells of a raster based on a sample.

CoClasses that implement IExtractionOp2

CoClasses and Classes Description
RasterExtractionOp A mechanism for performing operations that extract cells from rasters.

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.