Provides access to members that control the raster type data source handler.
Members
Name | Description | |
---|---|---|
CanOpen | Indicates whether a valid raster type is available in the specified collection that's capable of opening the given data source and returns a collection of all such valid raster types. This method uses all sensor raster types if IRasterTypeDataSourceHandlerPara | |
Open | Builds the specified data source using the specified raster types and returns the constructed function raster dataset. This method uses all sensor raster types if no input raster type array is supplied. The method will set IRasterTypeDataSourceHandlerParameter | |
QuerySupportedFilesInFolder | Searches the given folder path, non-recursively, for files that can be opened by the specified collection of raster types and returns an array of valid file paths. This method uses all sensor raster types if IRasterTypeDataSourceHandlerParameters.AllowBuilderI |
IRasterTypeDataSourceHandler.CanOpen Method
Indicates whether a valid raster type is available in the specified collection that's capable of opening the given data source and returns a collection of all such valid raster types. This method uses all sensor raster types if IRasterTypeDataSourceHandlerPara
Public Function CanOpen ( _
ByVal pParameters As IRasterTypeDataSourceHandlerParameters _
) As IArray
public IArray CanOpen (
IRasterTypeDataSourceHandlerParameters pParameters
);
IRasterTypeDataSourceHandler.Open Method
Builds the specified data source using the specified raster types and returns the constructed function raster dataset. This method uses all sensor raster types if no input raster type array is supplied. The method will set IRasterTypeDataSourceHandlerParameter
Public Function Open ( _
ByVal pParameters As IRasterTypeDataSourceHandlerParameters _
) As IBuilderItem
public IBuilderItem Open (
IRasterTypeDataSourceHandlerParameters pParameters
);
IRasterTypeDataSourceHandler.QuerySupportedFilesInFolder Method
Searches the given folder path, non-recursively, for files that can be opened by the specified collection of raster types and returns an array of valid file paths. This method uses all sensor raster types if IRasterTypeDataSourceHandlerParameters.AllowBuilderI
Public Sub QuerySupportedFilesInFolder ( _
ByVal pParameters As IRasterTypeDataSourceHandlerParameters, _
ByRef ppSupportedFilePaths As IStringArray, _
ByRef ppAssociatedRasterTypes As IArray _
)
public void QuerySupportedFilesInFolder (
IRasterTypeDataSourceHandlerParameters pParameters,
ref IStringArray ppSupportedFilePaths,
ref IArray ppAssociatedRasterTypes
);
Classes that implement IRasterTypeDataSourceHandler
Classes | Description |
---|---|
RasterTypeEnvironment | The raster type environment. |