public interface IFormatData
extends java.io.Serializable
Description: 'Provides access to members that provide access to information about specific raster formats.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID43e890d1_5ed9_11d3_80ea_00500462e955 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtension()
Default extension (without the dot).
|
int |
getOrder()
Order to display in UI.
|
java.lang.String |
getShortName()
Name used for icon registration.
|
java.lang.String |
getTempl()
Wildcard string for file matching.
|
java.lang.String |
getTitle()
Implementor name of format.
|
java.lang.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.
|
static final int IID43e890d1_5ed9_11d3_80ea_00500462e955
static final int xxDummy
static final java.lang.String IID
java.lang.String getTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getUITitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOrder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTempl() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPseudo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getExtension() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getShortName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCreatable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUserFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.