Provides access to members that control parameters for calculating statistics of a mosaic dataset.
Members
Name | Description | |
---|---|---|
IgnoreValues | The ignore values for statistics. | |
XSkipFactor | The X skip factor for statistics. | |
YSkipFactor | The Y skip factor for statistics. |
ICalculateStatisticsParameters.IgnoreValues Property
The ignore values for statistics.
Public Property IgnoreValues As Object
public object IgnoreValues {get; set;}
ICalculateStatisticsParameters.XSkipFactor Property
The X skip factor for statistics.
Public Property XSkipFactor As Integer
public int XSkipFactor {get; set;}
ICalculateStatisticsParameters.YSkipFactor Property
The Y skip factor for statistics.
Public Property YSkipFactor As Integer
public int YSkipFactor {get; set;}
Classes that implement ICalculateStatisticsParameters
Classes | Description |
---|---|
AddRastersParameters | An object that controls how rasters are added to a mosaic dataset. |
ExportItemsParameters | An object that controls how items in a mosaic dataset are exported. |
GenerateOverviewsParameters | An object that controls how a mosaic dataset's overview images are generated. |
SynchronizeParameters | An object that controls how items in a mosaic dataset are synchronized. |