public interface IFormatTest
extends java.io.Serializable
Description: 'Provides access to members that provide information on the format of a raster .' 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 |
IID3d3e5180_6c5d_11d3_80ee_00500462e955 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFormatData |
formatIdentify(java.lang.String path)
The title of the dataset's format, if supported.
|
boolean |
formatVerify(java.lang.String path,
java.lang.String title)
Tests whether a dataset is a raster format given a title.
|
static final int IID3d3e5180_6c5d_11d3_80ee_00500462e955
static final int xxDummy
static final java.lang.String IID
boolean formatVerify(java.lang.String path, java.lang.String title) throws java.io.IOException, AutomationException
path
- The path (in)title
- The title (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFormatData formatIdentify(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.