Provides access to members that control parameters to raster type data source handler.
Members
Name | Description | |
---|---|---|
AllowAncillaryDatasets | Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations. | |
AllowBuilderItems | Indicates whether sensor raster types are used in the attempt to load the data source. | |
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 | |
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. | |
DataSource | The data source to be supplied to handler operations. | |
RasterTypeParameters | Override parameters injected into the raster types while contructing a function raster dataset from a data source. | |
RasterTypes | The collection of raster types on which the handler operates. | |
StopAtFirstFind | Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found. | |
TrackCancel | The cancel tracker associated with handler operations. | |
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. |