FileGdbCoordinatePrecisionGrid.XYScale
FileGdbCoordinatePrecisionGrid.XYScale property
Gets or sets the scale of X and Y coordinates. If set to null
the default is used.
public double? XYScale { get; set; }
Exceptions
exception | condition |
---|---|
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
- class FileGdbCoordinatePrecisionGrid
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS