|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormatTest
Provides access to members that provide information on the format of a raster .
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 |
---|
boolean formatVerify(String path, String title) throws IOException, AutomationException
path
- The path (in)title
- The title (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFormatData formatIdentify(String path) throws IOException, AutomationException
path
- The path (in)
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 |