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)
Syntaxpublic bool EnsureValidCoordinatesRange { get; set; }
Public Property EnsureValidCoordinatesRange As Boolean
Get
Set
public:
property bool EnsureValidCoordinatesRange {
bool get ();
void set (bool value);
}
member EnsureValidCoordinatesRange : bool with 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