com.esri.arcgis.datasourcesraster
Interface IFormatTest

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FormatList, IFormatTestProxy

public interface IFormatTest
extends java.io.Serializable

COM Interface 'IFormatTest'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3d3e5180_6c5d_11d3_80ee_00500462e955
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID3d3e5180_6c5d_11d3_80ee_00500462e955

static final int IID3d3e5180_6c5d_11d3_80ee_00500462e955
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

formatVerify

boolean formatVerify(java.lang.String path,
                     java.lang.String title)
                     throws java.io.IOException,
                            AutomationException
Tests whether a dataset is a raster format given a title.

Parameters:
path - The path (in)
title - The title (in)
Returns:
The itis1
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

formatIdentify

IFormatData formatIdentify(java.lang.String path)
                           throws java.io.IOException,
                                  AutomationException
The title of the dataset's format, if supported.

Parameters:
path - The path (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IFormatData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.