Provides access to members that control raster type properties.
Members
Name | Description | |
---|---|---|
AddRastersParameters | The parameters controlling how rasters are added using this raster type. | |
Aliases | All the names, in addition to the primary name, by which the raster type may be referenced. | |
AllowSimplification | Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations. | |
DataSourceFilter | Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items requested for URI constructions. No item URIs are created for input that doesn't match the specified regular expression. | |
Description | Description of the raster type. | |
EnableClipToFootprint | Indicates whether datasets are clipped to their footprints. | |
FactoryCLSID | The CLSID of the raster type factory that created the raster type. | |
FirstAddTimeStamp | The time when this raster type was first used for adding rasters to the mosaic dataset. The value in this property also appears in the moasic dataset's raster type table. | |
InputDataSourceTypes | The types of input data source types as a bitwise combination of esriCrawlerDataSourceType values. | |
IsSensorRasterType | Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources). | |
LastAddTimeStamp | The time when this raster type was last used for adding rasters to the mosaic dataset. The value in this property also appears in the moasic dataset's raster type table. | |
LastSyncTimeStamp | The time when this raster type was last used for synchronizing one or more rasters in the mosaic dataset. The value in this property also appears in the moasic dataset's raster type table. | |
MissingBandAction | Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster. | |
Name | Name of the raster type. | |
OperationDescription | A user-identifiable description of the collection of items added by this raster type instance. | |
OrthorectificationParameters | The parameters controlling orthorectification of raster datasets built by this raster type. | |
SupportedURIFilters | Default URI filters supported by the raster type. | |
SupportsColorCorrection | Indicates whether the raster type supports color correction. | |
SupportsOrthorectification | Indicates whether the raster type supports orthorectification. | |
SupportsSeamline | Indicates whether the raster type supports seamline. | |
SupportsStereo | Indicates whether the raster type supports stereo. | |
SynchronizeParameters | The parameters controlling how rasters are synchronized using this raster type instance. | |
Version | The version number associated with the raster type. |
IRasterTypeProperties2.Aliases Property
All the names, in addition to the primary name, by which the raster type may be referenced. .
Public Property Aliases As IStringArray
public IStringArray Aliases {get; set;}
IRasterTypeProperties2.AllowSimplification Property
Indicates whether the function raster datasets generated by the raster type should be simplified before being added to the mosaic dataset by 'AddRasters' or 'SynchronizeItems' operations.
Public Property AllowSimplification As Boolean
public bool AllowSimplification {get; set;}
IRasterTypeProperties2.FactoryCLSID Property
The CLSID of the raster type factory that created the raster type.
Public Property FactoryCLSID As UID
public UID FactoryCLSID {get; set;}
IRasterTypeProperties2.IsSensorRasterType Property
Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).
Public Property IsSensorRasterType As Boolean
public bool IsSensorRasterType {get; set;}
IRasterTypeProperties2.MissingBandAction Property
Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster.
Public Property MissingBandAction As esriMissingBandAction
public esriMissingBandAction MissingBandAction {get; set;}
IRasterTypeProperties2.SupportsColorCorrection Property
Indicates whether the raster type supports color correction.
Public Property SupportsColorCorrection As Boolean
public bool SupportsColorCorrection {get; set;}
IRasterTypeProperties2.Version Property
The version number associated with the raster type.
Public Property Version As Integer
public int Version {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterTypeProperties | Provides access to members that control raster type properties. |
Classes that implement IRasterTypeProperties2
Classes | Description |
---|---|
RasterType | A raster type object. |