FileGdbOptionsEnsureValidCoordinatesRange Property

Whether coordinates should be in valid range.

Namespace:  Aspose.Gis.Formats.FileGdb
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public bool EnsureValidCoordinatesRange { get; set; }

Property Value

Type: Boolean
Remarks
This is a creation option and it does not affect reading. If set to an exception will be thrown on attempt to write a coordinate with values out of valid range. If set to 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 .
See Also