IRasterTypeDataSourceHandlerParameters2 Interface

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

Members

Name Description
Read/write property AllowAncillaryDatasets Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
Read/write property AllowBuilderItems Indicates whether sensor raster types are used in the attempt to load the data source.
Read/write property AllowQuickOpen Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. Preventing it from connecting to pixel data (referenced by the underlying rasters in the function stack) can substantially improve performance of IRaste
Read/write property AllowRasterDatasets Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.
Read/write property DataSource The data source to be supplied to handler operations.
Read/write property RasterTypeParameters Override parameters injected into the raster types while contructing a function raster dataset from a data source.
Read/write property RasterTypes The collection of raster types on which the handler operates.
Read/write property StopAtFirstFind Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
Read/write property TrackCancel The cancel tracker associated with handler operations.
Read/write property TryQuickCheckOnly Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.

IRasterTypeDataSourceHandlerParameters2.AllowBuilderItems Property

Indicates whether sensor raster types are used in the attempt to load the data source.

Public Property AllowBuilderItems As Boolean
public bool AllowBuilderItems {get; set;}

IRasterTypeDataSourceHandlerParameters2.AllowQuickOpen Property

Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. Preventing it from connecting to pixel data (referenced by the underlying rasters in the function stack) can substantially improve performance of IRaste.

Public Property AllowQuickOpen As Boolean
public bool AllowQuickOpen {get; set;}

IRasterTypeDataSourceHandlerParameters2.AllowRasterDatasets Property

Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.

Public Property AllowRasterDatasets As Boolean
public bool AllowRasterDatasets {get; set;}

IRasterTypeDataSourceHandlerParameters2.RasterTypeParameters Property

Override parameters injected into the raster types while contructing a function raster dataset from a data source.

Public Property RasterTypeParameters As IPropertySet
public IPropertySet RasterTypeParameters {get; set;}

Inherited Interfaces

Interfaces Description
IRasterTypeDataSourceHandlerParameters Provides access to members that control parameters to raster type data source handler.

Classes that implement IRasterTypeDataSourceHandlerParameters2

Classes Description
RasterTypeDataSourceHandlerParameters Parameters that control raster type data source handler operations.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.