DriverOptions.ZPrecisionModel

DriverOptions.ZPrecisionModel property

A PrecisionModel that will be applied to Z coordinate when geometries are added to the VectorLayer or when they are read from the VectorLayer. The default value is Exact.

public PrecisionModel ZPrecisionModel { get; set; }

See Also