Geotools.Net

PrecisionModel._scale Field

Amount by which to multiply a coordinate after subtracting the _offset, to obtain a precise coordinate.

[Visual Basic]
Protected _scale As Double
[C#]
protected double _scale;

Remarks

If _scale is 0, this PrecisionModel represents a floating precision model. Coordinates are left with the implicit precision of the floating-point representation.

See Also

PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace