com.esri.arcgis.datasourcesraster
Interface IRasterDomainExtractor

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterDomainExtractor

public interface IRasterDomainExtractor
extends Serializable

Provides access to members that extracts the raster domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPolygon extractDomain(IRaster pRaster, boolean bPixelCenterBased)
          Extracts the raster domain.
 

Method Detail

extractDomain

IPolygon extractDomain(IRaster pRaster,
                       boolean bPixelCenterBased)
                       throws IOException,
                              AutomationException
Extracts the raster domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
bPixelCenterBased - The bPixelCenterBased (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.