Geotools.Net

PrecisionModel.Scale Property

Amount by which to multiply a coordinate after subtracting the offset, to obtain a precise coordinate. If scale is 0, this PrecisionModel represents a floating precision model. Coordinates are left with the implicit precision of the floating-point representation.

[Visual Basic]
Public ReadOnly Property Scale As Double
[C#]
public double Scale {get;}

Property Value

Missing <value> documentation for P:Geotools.Geometries.PrecisionModel.Scale

Remarks

Missing <remarks> documentation for P:Geotools.Geometries.PrecisionModel.Scale

See Also

PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace