Provides access to members that control mosaic function.
Members
Name | Description | |
---|---|---|
ApplyColorCorrection | Indicates if color correction needs to be applied. | |
Ascending | Indicates whether the ascending flag of OrderBy. | |
BackgroundRaster | The background raster. | |
BlendingWidth | The blending width for Blend mosaic operator. | |
Catalog | The catalog. | |
CellsizeFieldName | The native raster cellsize field name. | |
ClipToBoundary | Indicates if the mosaic dataset will be clipped to its boundary. | |
ClipToFootprint | Indicates if individual images will be clipped to their footprints. | |
ConstructQueryExpression | Constructs a query expression (WHERE clause). | |
DefinitionExpression | The definition expression on the source catalog. | |
DefinitionFIDs | The definition selection set on the source catalog. | |
DefinitionGeometry | The definition (spatial selection) geometry on the source catalog. | |
DrawFootprint | Indicates if to draw footprints. | |
FIDs | The current selection set on the source catalog. | |
FootprintMayContainNoData | Indicates whether the footprint geometry associated with each raster may contain NoData pixels. Setting this property to false while clipping to fooptrint enables the system to assume that only valid pixels exist within a raster's footprint towards optimizing | |
FootprintSymbol | The symbol used to draw footprints. | |
IsVisible | Checks if a given pixel size is visible. | |
LockCellsize | Locks LOD at a given cellsize. | |
LockRasterFieldName | The lock raster ID field name in the source catalog. | |
LockRasterID | The lock raster ID. | |
LODFieldName | The LOD field name. | |
LODInfos | The current mosaic LOD information. | |
MaxCellsizeFieldIndex | The maximum cellsize field index. | |
MaxCellsizeFieldName | The maximum cellsize field name. | |
MaximumVisibleCellsize | The maximum visible cellsize. | |
MaxMosaicImageCount | The maximum number of rasters used per request. | |
MinCellsizeFieldIndex | The minimum cellsize field index. | |
MinCellsizeFieldName | The minimum cellsize field name. | |
MosaicMethod | The mosaic method. | |
MosaicOperator | The current mosaic operator. | |
MosaicOperatorType | The current mosaic operator type. | |
OrderByBaseValue | The Order By base value. | |
OrderByFieldName | The Order By field on the source catalog. | |
RasterFieldIndex | The raster field index. | |
RasterFieldName | The raster field name in the source catalog. | |
Search | Searches the catalog using current mosaic rules. | |
UnlockCellsize | Unlocks LOD from the locked cellsize. | |
Viewpoint | The view point. | |
WhereClause | The SQL selection where clause expression. |
IMosaicFunction2.BackgroundRaster Property
The background raster.
Public Property BackgroundRaster As IRaster
public IRaster BackgroundRaster {get; set;}
IMosaicFunction2.BlendingWidth Property
The blending width for Blend mosaic operator.
Public Property BlendingWidth As Integer
public int BlendingWidth {get; set;}
IMosaicFunction2.ClipToBoundary Property
Indicates if the mosaic dataset will be clipped to its boundary.
Public Property ClipToBoundary As Boolean
public bool ClipToBoundary {get; set;}
IMosaicFunction2.FootprintMayContainNoData Property
Indicates whether the footprint geometry associated with each raster may contain NoData pixels. Setting this property to false while clipping to fooptrint enables the system to assume that only valid pixels exist within a raster's footprint towards optimizing .
Public Property FootprintMayContainNoData As Boolean
public bool FootprintMayContainNoData {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IMosaicFunction | Provides access to members that control mosaic function. |
Classes that implement IMosaicFunction2
Classes | Description |
---|---|
MosaicFunction | A class for a raster mosaic function. |