DriverOptions.XYPrecisionModel

DriverOptions.XYPrecisionModel property

A PrecisionModel that will be applied to X and Y coordinates when geometries are added to the VectorLayer or when they are read from the VectorLayer. The default value is Exact.

public PrecisionModel XYPrecisionModel { get; set; }

See Also