SqlSpatialServices.GetConvexHull(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可為 Null 的雙精度浮點數值,表示所指定DbGeography值的凸面。
public override System.Data.Entity.Spatial.DbGeometry GetConvexHull(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetConvexHull : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetConvexHull (geometryValue As DbGeometry) As DbGeometry
參數
- geometryValue
- DbGeometry
幾何值。
傳回
指定 DbGeography 值的凸殼。