Provides access to members that provide access to information about specific raster formats.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The Creatable property indicates whether or not new raster datasets in
this format can be created. Consult the help for a list of creatable raster formats.
The Directory property returns whether raster datasets in this format are directory-based (like GRID) or file-based.
The Pseudo property determines whether the file extension can be reliably used to detect raster datasets of this format. Any format that has Pseudo set to True will not be viewable in ArcGIS.
The format name and default extension, if any, associated with the format and the title of the format in the ArcMap and ArcCatalog interface are also accessible through this interface.
Members
Description | ||
---|---|---|
Creatable | Indicates whether this format supports 'SaveAs'. | |
Directory | Indicates whether this format is directory based, as opposed to file based. | |
Extension | Default extension (without the dot). | |
Order | Order to display in UI. | |
Pseudo | Indicates if wildcard match is enough for verification. | |
ShortName | Name used for icon registration. | |
Templ | Wildcard string for file matching. | |
Title | Implementor name of format. | |
UITitle | User legible name of format. | |
UserFile | Indicates whether this format is intended for display to user (eg. NOT *.rrd, or *.aux). |
CoClasses that implement IFormatData
CoClasses and Classes | Description |
---|---|
FormatList | A collection of information about supported raster formats. |