FileGdbOptionsCoordinatePrecisionGrid Property

A coordinate precision grid to use in new layer.

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

Property Value

Type: FileGdbCoordinatePrecisionGrid
Remarks
This is a creation option and it does not affect reading. The coordinate precision grid defines the valid domain and resolution of coordinates in FileGDB. When this property is set to default values are used. Refer to FileGdbCoordinatePrecisionGrid documentation for more details on coordinate precision grids.
See Also