|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormatData
Provides access to members that provide access to information about specific raster formats.
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.
Method Summary | |
---|---|
String |
getExtension()
Default extension (without the dot). |
int |
getOrder()
Order to display in UI. |
String |
getShortName()
Name used for icon registration. |
String |
getTempl()
Wildcard string for file matching. |
String |
getTitle()
Implementor name of format. |
String |
getUITitle()
User legible name of format. |
boolean |
isCreatable()
Indicates whether this format supports 'SaveAs'. |
boolean |
isDirectory()
Indicates whether this format is directory based, as opposed to file based. |
boolean |
isPseudo()
Indicates if wildcard match is enough for verification. |
boolean |
isUserFile()
Indicates whether this format is intended for display to user (eg. |
Method Detail |
---|
String getTitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUITitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOrder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTempl() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPseudo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getExtension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getShortName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCreatable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUserFile() throws IOException, AutomationException
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 |