IGeometricMedianFunctionArguments Interface

Provides access to members that control Geometric Median raster function arguments.

Members

Name Description
Read/write property CellsizeType The different ways for estimating cellsize.
Read/write property Epsilon The accuracy control parameter.
Read/write property ExtentType The different ways for estimating extent.
Read/write property MaxIteration The maximum number of iterations.
Read/write property 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.

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