Provides access to members that provide information on the format of a raster .
Members
Name | Description | |
---|---|---|
FormatIdentify | The title of the dataset's format, if supported. | |
FormatVerify | Tests whether a dataset is a raster format given a title. |
IFormatTest.FormatIdentify Method
The title of the dataset's format, if supported.
Public Function FormatIdentify ( _
ByVal Path As String _
) As IFormatData
public IFormatData FormatIdentify (
string Path
);
IFormatTest.FormatVerify Method
Tests whether a dataset is a raster format given a title.
Public Function FormatVerify ( _
ByVal Path As String, _
ByVal Title As String _
) As Boolean
public bool FormatVerify (
string Path,
string Title
);
Classes that implement IFormatTest
Classes | Description |
---|---|
FormatList | A collection of information about supported raster formats. |