This document is archived and information here might be outdated.  Recommended version.


IExtractionOp2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IE > IExtractionOp2 Interface
ArcGIS Developer Help

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

Name 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

Classes that implement IExtractionOp2

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

Remarks