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 | |
OpenEx | Opens the specified data source as a raster dataset or builds it using the specified raster types and returns the set of constructed IRasterDataset and/or IBuilderItem objects depending on the values of IRasterTypeDataSourceHandlerParameters.AllowRasterDataset | |
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 |
IRasterTypeDataSourceHandler2.OpenEx Method
Opens the specified data source as a raster dataset or builds it using the specified raster types and returns the set of constructed IRasterDataset and/or IBuilderItem objects depending on the values of IRasterTypeDataSourceHandlerParameters.AllowRasterDataset
Public Function OpenEx ( _
ByVal pParameters As IRasterTypeDataSourceHandlerParameters _
) As IArray
public IArray OpenEx (
IRasterTypeDataSourceHandlerParameters pParameters
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterTypeDataSourceHandler | Provides access to members that control the raster type data source handler. |
Classes that implement IRasterTypeDataSourceHandler2
Classes | Description |
---|---|
RasterTypeEnvironment | The raster type environment. |