次の方法で共有


SqlSpatialServices.GetBoundary(DbGeometry) メソッド

定義

指定した DbGeography 値の境界を示す null 許容型の double 値を返します。

public override System.Data.Entity.Spatial.DbGeometry GetBoundary(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetBoundary : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetBoundary (geometryValue As DbGeometry) As DbGeometry

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

指定された DbGeography 値の境界。

適用対象