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 | |
DataSourceMemoizer | The object memoizer associated with the data source handler that's capable of caching datasets and workspaces. | |
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 |
IRasterTypeDataSourceHandler3.DataSourceMemoizer Property
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.
Public Property DataSourceMemoizer As IObjectMemoizer
public IObjectMemoizer DataSourceMemoizer {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterTypeDataSourceHandler2 | Provides access to members that control the raster type data source handler. |
IRasterTypeDataSourceHandler | Provides access to members that control the raster type data source handler. |
Classes that implement IRasterTypeDataSourceHandler3
Classes | Description |
---|---|
RasterTypeEnvironment | The raster type environment. |