IGeodataXformApproximation Interface

Provides access to members that control approximation for geodata transforms.

Members

Name Description
Read/write property Approximation Indicates if approximation is on or off.
Read/write property GridSize The approximation grid size in pixels in output space.
Read/write property RecalculateTolerance Indicates if the tolerance can be recalculated based on input cellsize.
Read/write property Tolerance The approximation error tolerance in distance in input space.

IGeodataXformApproximation.Approximation Property

Indicates if approximation is on or off.

Public Property Approximation As Boolean
public bool Approximation {get; set;}

IGeodataXformApproximation.GridSize Property

The approximation grid size in pixels in output space.

Public Property GridSize As Integer
public int GridSize {get; set;}

IGeodataXformApproximation.RecalculateTolerance Property

Indicates if the tolerance can be recalculated based on input cellsize.

Public Property RecalculateTolerance As Boolean
public bool RecalculateTolerance {get; set;}

IGeodataXformApproximation.Tolerance Property

The approximation error tolerance in distance in input space.

Public Property Tolerance As Double
public double Tolerance {get; set;}

Classes that implement IGeodataXformApproximation

Classes Description
ApproximationXform A transformation that approximates other transformations.
CoordinateXform A coordinate transform class.

Remarks

IGeodataXformApproximation is used to set the properties when creating an ApproximationXform

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