com.esri.arcgis.datasourcesraster
Interface IFormatTest

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormatList

public interface IFormatTest
extends Serializable

Provides access to members that provide information on the format of a raster .

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IFormatData formatIdentify(String path)
          The title of the dataset's format, if supported.
 boolean formatVerify(String path, String title)
          Tests whether a dataset is a raster format given a title.
 

Method Detail

formatVerify

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

formatIdentify

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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