FileGdbOptions.EnsureValidCoordinatesRange
FileGdbOptions.EnsureValidCoordinatesRange property
坐标是否在有效范围内。
public bool EnsureValidCoordinatesRange { get; set; }
评论
这是创建选项,不影响读取。 如果设置为true
尝试写入 values 超出有效范围的坐标时将抛出异常。如果设置为false
这样的坐标将被静默写入。 有效范围定义为CoordinatePrecisionGrid
.参考CoordinatePrecisionGrid
文档以了解如何根据坐标精度网格确定有效范围。 默认值为false
.
也可以看看
- class FileGdbOptions
- 命名空间 Aspose.Gis.Formats.FileGdb
- 部件 Aspose.GIS