SqlSpatialServices.GetIsRing(DbGeometry) 方法

定义

返回一个可以为 null 的布尔值,该值给定的 DbGeometry 值是否为环形,如果该值不表示曲线则可能为 null。

public override Nullable<bool> GetIsRing(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsRing : System.Data.Entity.Spatial.DbGeometry -> Nullable<bool>
Public Overrides Function GetIsRing (geometryValue As DbGeometry) As Nullable(Of Boolean)

参数

geometryValue
DbGeometry

不需要表示曲线的几何图形值。

返回

如果给定 DbGeometry 值为环形,则为 True;否则为 false。

适用于