Class PostGisOptions
内容
[
隐藏
]PostGisOptions class
PostGis 格式的驱动程序特定选项。 目前,驱动程序不提供可自定义的选项。
public class PostGisOptions : DatabaseDriverOptions
构造函数
姓名 | 描述 |
---|---|
PostGisOptions() | 创建新实例。 |
特性
姓名 | 描述 |
---|---|
CloseLinearRing { get; set; } | 确定是否关闭未关闭LinearRing在每个几何体中。默认为false . |
CreateMidpoints { get; set; } | 确定是否在每个几何段的中间添加一个新点。默认为false . |
DeleteNearPoints { get; set; } | 确定是否删除每个几何中的近点。默认为false . |
DeleteNearPointsDistance { get; set; } | 确定距离DeleteNearPoints .默认为0 . |
LinearizationTolerance { get; set; } | 用于线性化曲线几何的公差。 |
MPrecisionModel { get; set; } | 一个PrecisionModel 将几何添加到 M coordinate VectorLayer 或者当他们从VectorLayer . 默认值为Exact . |
SimplifySegments { get; set; } | 确定是否删除位于每个几何图形中同一线段上的点。默认为false . |
SimplifySegmentsDistance { get; set; } | 确定距离SimplifySegments .默认为0 . |
SpatialReferenceSystemMode { get; set; } | 确定将未知几何图形添加到图层时应如何处理数据库的 SRS。 默认值为ThrowException. |
ValidateGeometriesOnWrite { get; set; } | 确定在将几何图形添加到图层时是否应对其进行验证。 如果设置为true ,IsValid 在将每个 几何图形添加到图层时调用该几何图形,并且如果验证失败(IsValid 是false ),GisException 被抛出. |
WritePolygonsAsLines { get; set; } | 确定是否允许将多边形或多边形转换为线串。默认为false . |
XYPrecisionModel { get; set; } | 一个PrecisionModel 当几何体被添加到VectorLayer 或者当他们从VectorLayer . 默认值为Exact . |
ZPrecisionModel { get; set; } | 一个PrecisionModel 当几何被添加到时,将应用于 Z 坐标 VectorLayer 或者当他们从VectorLayer . 默认值为Exact . |