com.esri.arcgis.catalog
Interface IRasterFormatFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterFormatBILFilter, RasterFormatBIPFilter, RasterFormatBMPFilter, RasterFormatBSQFilter, RasterFormatENVIFilter, RasterFormatFGDBFilter, RasterFormatGIFFilter, RasterFormatGridFilter, RasterFormatImgFilter, RasterFormatJP2Filter, RasterFormatJPGFilter, RasterFormatPGDBFilter, RasterFormatPNGFilter, RasterFormatSDEFilter, RasterFormatTifFilter

public interface IRasterFormatFilter
extends Serializable

Provides access to members that provide information about raster formats.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getExtension()
          The extension string for a raster format.
 

Method Detail

getExtension

String getExtension()
                    throws IOException,
                           AutomationException
The extension string for a raster format.

Product Availability

Available with ArcGIS Desktop.

Returns:
The extension
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.