Table of Contents

Enum PrecisionModels

Namespace
NetTopologySuite.Geometries
Assembly
NetTopologySuite.dll
public enum PrecisionModels

Fields

Fixed = 2

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 = 0

Floating precision corresponds to the standard double-precision floating-point representation, which is based on the IEEE-754 standard

FloatingSingle = 1

Floating single precision corresponds to the standard single-precision floating-point representation, which is based on the IEEE-754 standard