FileGdbCoordinatePrecisionGridXYScale Property

Gets or sets the scale of X and Y coordinates. If set to the default is used.

Namespace:  Aspose.Gis.Formats.FileGdb
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public Nullable<double> XYScale { get; set; }

Property Value

Type: NullableDouble
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Argument is not positive.
Remarks
Default value is 1e9 for VectorLayer with geographic SpatialReferenceSystem and XYScale = 1 / XYTolerance * 10 for VectorLayer with projected SpatialReferenceSystem.
See Also