Provides access to members that control a mosaic dataset.
Members
Name | Description | |
---|---|---|
ApplyFunction | Applies a given function to this mosaic dataset on top of all existing functions. | |
Boundary | The associated boundary. | |
BoundaryGeometry | The associated boundary as a geometry. | |
Catalog | The catalog. | |
CatalogType | The raster catalog type. | |
Children | The mosaic dataset owned tables. | |
ClearFunction | Clears all functions appied to this mosaic dataset. | |
DeviceDpi | The device DPI. | |
DodgingTable | The associated color correction table. | |
LevelsTable | The associated cell size levels table. | |
LogTable | The associated log table. | |
MosaicFunction | The mosaic function. | |
MosaicFunctionArguments | The mosaic function arguments. | |
OverviewTable | The associated overview table. | |
RasterTypeTable | The associated raster types. | |
Referenced | Indicates if this is a referenced mosaic dataset. | |
RelativePath | The msoaic dataset's relative path. | |
Seamline | The associated seamline table. | |
StereoTable | The associated stereo table. | |
VisibleFields | The visible fields in a mosaic dataset |
IMosaicDataset.ApplyFunction Method
Applies a given function to this mosaic dataset on top of all existing functions.
Public Sub ApplyFunction ( _
ByVal pFunction As IRasterFunction, _
ByVal pArguments As Object, _
ByVal Name As String _
)
public void ApplyFunction (
IRasterFunction pFunction,
object pArguments,
string Name
);
IMosaicDataset.Boundary Property
The associated boundary.
Public ReadOnly Property Boundary As IFeatureClass
public IFeatureClass Boundary {get;}
IMosaicDataset.BoundaryGeometry Property
The associated boundary as a geometry.
Public ReadOnly Property BoundaryGeometry As IGeometry
public IGeometry BoundaryGeometry {get;}
IMosaicDataset.Catalog Property
The catalog.
Public ReadOnly Property Catalog As IFeatureClass
public IFeatureClass Catalog {get;}
IMosaicDataset.CatalogType Property
The raster catalog type.
Public ReadOnly Property CatalogType As esriRasterCatalogType
public esriRasterCatalogType CatalogType {get;}
IMosaicDataset.Children Property
The mosaic dataset owned tables.
Public ReadOnly Property Children As IEnumName
public IEnumName Children {get;}
IMosaicDataset.ClearFunction Method
Clears all functions appied to this mosaic dataset.
Public Sub ClearFunction ( _
)
public void ClearFunction (
);
IMosaicDataset.DeviceDpi Property
The device DPI.
Public Property DeviceDpi As Double
public double DeviceDpi {get; set;}
IMosaicDataset.DodgingTable Property
The associated color correction table.
Public ReadOnly Property DodgingTable As ITable
public ITable DodgingTable {get;}
IMosaicDataset.LevelsTable Property
The associated cell size levels table.
Public Property LevelsTable As ITable
public ITable LevelsTable {get; set;}
IMosaicDataset.LogTable Property
The associated log table.
Public Property LogTable As ITable
public ITable LogTable {get; set;}
IMosaicDataset.MosaicFunction Property
The mosaic function.
Public ReadOnly Property MosaicFunction As IMosaicFunction
public IMosaicFunction MosaicFunction {get;}
IMosaicDataset.MosaicFunctionArguments Property
The mosaic function arguments.
Public ReadOnly Property MosaicFunctionArguments As IMosaicFunctionArguments
public IMosaicFunctionArguments MosaicFunctionArguments {get;}
IMosaicDataset.OverviewTable Property
The associated overview table.
Public Property OverviewTable As ITable
public ITable OverviewTable {get; set;}
IMosaicDataset.RasterTypeTable Property
The associated raster types.
Public Property RasterTypeTable As ITable
public ITable RasterTypeTable {get; set;}
IMosaicDataset.Referenced Property
Indicates if this is a referenced mosaic dataset.
Public Property Referenced As Boolean
public bool Referenced {get; set;}
IMosaicDataset.RelativePath Property
The msoaic dataset's relative path.
Public Property RelativePath As String
public string RelativePath {get; set;}
IMosaicDataset.Seamline Property
The associated seamline table.
Public ReadOnly Property Seamline As IFeatureClass
public IFeatureClass Seamline {get;}
IMosaicDataset.StereoTable Property
The associated stereo table.
Public ReadOnly Property StereoTable As ITable
public ITable StereoTable {get;}
IMosaicDataset.VisibleFields Property
The visible fields in a mosaic dataset.
Public ReadOnly Property VisibleFields As String
public string VisibleFields {get;}
Classes that implement IMosaicDataset
Classes | Description |
---|