IRasterTypeProperties3 Interface

Provides access to members that control raster type properties.

Members

Name Description
Read/write property AddRastersParameters The parameters controlling how rasters are added using this raster type.
Read/write property Aliases All the names, in addition to the primary name, by which the raster type may be referenced.
Read/write property 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.
Read/write property 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.
Read/write property Description Description of the raster type.
Read/write property EnableClipToFootprint Indicates whether datasets are clipped to their footprints.
Read/write property FactoryCLSID The CLSID of the raster type factory that created the raster type.
Read/write property 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.
Read/write property InputDataSourceTypes The types of input data source types as a bitwise combination of esriCrawlerDataSourceType values.
Read/write property IsSensorRasterType Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).
Read/write property 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.
Read/write property 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.
Read/write property 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.
Read/write property Name Name of the raster type.
Read/write property OperationDescription A user-identifiable description of the collection of items added by this raster type instance.
Read/write property OrthorectificationParameters The parameters controlling orthorectification of raster datasets built by this raster type.
Read-only property PerformsGrouping Indicates whether the raster type instance collects item URIs with the same group name allowing the function template to combine multiple raster datasets into a single product.
Read/write property SupportedURIFilters Default URI filters supported by the raster type.
Read/write property SupportsColorCorrection Indicates whether the raster type supports color correction.
Read/write property SupportsOrthorectification Indicates whether the raster type supports orthorectification.
Read/write property SupportsSeamline Indicates whether the raster type supports seamline.
Read/write property SupportsStereo Indicates whether the raster type supports stereo.
Read/write property SynchronizeParameters The parameters controlling how rasters are synchronized using this raster type instance.
Read/write property Version The version number associated with the raster type.

IRasterTypeProperties3.PerformsGrouping Property

Indicates whether the raster type instance collects item URIs with the same group name allowing the function template to combine multiple raster datasets into a single product.

Public ReadOnly Property PerformsGrouping As Boolean
public bool PerformsGrouping {get;}

Inherited Interfaces

Interfaces Description
IRasterTypeProperties2 Provides access to members that control raster type properties.
IRasterTypeProperties Provides access to members that control raster type properties.

Classes that implement IRasterTypeProperties3

Classes Description
RasterType A raster type object.

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