FileGdbOptions.EnsureValidCoordinatesRange
FileGdbOptions.EnsureValidCoordinatesRange property
Whether coordinates should be in valid range.
public bool EnsureValidCoordinatesRange { get; set; }
Remarks
This is a creation option and it does not affect reading. If set to true
an exception will be thrown on attempt to write a coordinate with values out of valid range. If set to false
such coordinate will be written silently. Valid range is defined by CoordinatePrecisionGrid
. Refer to CoordinatePrecisionGrid
documentation to read about how valid range is determined from coordinate precision grid. Default is false
.
See Also
- class FileGdbOptions
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS