This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control parameters to raster type data source handler.
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. |
Interfaces | Description |
---|---|
IRasterTypeDataSourceHandlerParameters | Provides access to members that control parameters to raster type data source handler. |
CoClasses and Classes | Description |
---|---|
RasterTypeDataSourceHandlerParameters | Parameters that control raster type data source handler operations. |