This document is archived and information here might be outdated.  Recommended version.


IRasterTypeDataSourceHandler3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandler3 Interface
ArcGIS Developer Help

IRasterTypeDataSourceHandler3 Interface

Provides access to members that control the raster type data source handler.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method 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
Read/write property DataSourceMemoizer The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.
Method 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
Method 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
Method 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

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.