Enum PrecisionModels
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public enum PrecisionModels
Fields
Name | Description |
---|---|
Fixed | Fixed Precision indicates that coordinates have a fixed number of decimal places. The number of decimal places is determined by the log10 of the scale factor. |
Floating | Floating precision corresponds to the standard double-precision floating-point representation, which is based on the IEEE-754 standard |
FloatingSingle | Floating single precision corresponds to the standard single-precision floating-point representation, which is based on the IEEE-754 standard |