|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterFormatInfo
Provides access to members that provide basic information about a raster format.
The IRasterFormatInfo interface exposes all of the format-specific raster defaults used in ArcMap and ArcCatalog.
The FormatName property specifies the name shown for this raster format. The other properties specify how ArcMap and ArcCatalog determine if a file is a raster dataset, when extension browsing is active.
The DefaultExts property specifies one or more comma-delimited file extensions that are used to filter for raster datasets of this format.
The ActiveBrowse property determines if ArcMap and ArcCatalog are currently scanning for datasets in this format.
| Method Summary | |
|---|---|
String |
getDefaultExts()
Default format extensions. |
String |
getFormatName()
Format name. |
boolean |
isActiveBrowse()
Indicates whether all files are searched for valid raster formats. |
void |
setActiveBrowse(boolean pOpt)
Indicates whether all files are searched for valid raster formats. |
void |
setDefaultExts(String ext)
Default format extensions. |
void |
setFormatName(String name)
Format name. |
| Method Detail |
|---|
boolean isActiveBrowse()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActiveBrowse(boolean pOpt)
throws IOException,
AutomationException
pOpt - The pOpt (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFormatName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFormatName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDefaultExts()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultExts(String ext)
throws IOException,
AutomationException
ext - The ext (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||