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. | |
DataSource | The data source to be supplied to handler operations. | |
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. |
IRasterTypeDataSourceHandlerParameters.AllowAncillaryDatasets Property
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
Public Property AllowAncillaryDatasets As Boolean
public bool AllowAncillaryDatasets {get; set;}
IRasterTypeDataSourceHandlerParameters.DataSource Property
The data source to be supplied to handler operations.
Public Property DataSource As Object
public object DataSource {get; set;}
IRasterTypeDataSourceHandlerParameters.RasterTypes Property
The collection of raster types on which the handler operates.
Public Property RasterTypes As IArray
public IArray RasterTypes {get; set;}
IRasterTypeDataSourceHandlerParameters.StopAtFirstFind Property
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
Public Property StopAtFirstFind As Boolean
public bool StopAtFirstFind {get; set;}
IRasterTypeDataSourceHandlerParameters.TrackCancel Property
The cancel tracker associated with handler operations.
Public Property TrackCancel As ITrackCancel
public ITrackCancel TrackCancel {get; set;}
IRasterTypeDataSourceHandlerParameters.TryQuickCheckOnly Property
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
Public Property TryQuickCheckOnly As Boolean
public bool TryQuickCheckOnly {get; set;}
Classes that implement IRasterTypeDataSourceHandlerParameters
Classes | Description |
---|---|
RasterTypeDataSourceHandlerParameters | Parameters that control raster type data source handler operations. |