Provides access to members that control Geometric Median raster function arguments.
Members
Name | Description | |
---|---|---|
CellsizeType | The different ways for estimating cellsize. | |
Epsilon | The accuracy control parameter. | |
ExtentType | The different ways for estimating extent. | |
MaxIteration | The maximum number of iterations. | |
Rasters | The input rasters. |
IGeometricMedianFunctionArguments.CellsizeType Property
The different ways for estimating cellsize.
Public Property CellsizeType As esriCellsizeType
public esriCellsizeType CellsizeType {get; set;}
IGeometricMedianFunctionArguments.Epsilon Property
The accuracy control parameter.
Public Property Epsilon As Double
public double Epsilon {get; set;}
IGeometricMedianFunctionArguments.ExtentType Property
The different ways for estimating extent.
Public Property ExtentType As esriExtentType
public esriExtentType ExtentType {get; set;}
IGeometricMedianFunctionArguments.MaxIteration Property
The maximum number of iterations.
Public Property MaxIteration As Integer
public int MaxIteration {get; set;}
IGeometricMedianFunctionArguments.Rasters Property
The input rasters.
Public Property Rasters As Object
public object Rasters {get; set;}
Classes that implement IGeometricMedianFunctionArguments
Classes | Description |
---|---|
GeometricMedianFunctionArguments | The Geometric Median raster function arguments class. |