Compartilhar via


SqlSpatialServices.GetConvexHull(DbGeometry) Método

Definição

Retorna um valor double anulável que indica a envoltória convexa do valor DbGeography fornecido.

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

Parâmetros

geometryValue
DbGeometry

O valor de geometria.

Retornos

A envoltória convexa do valor DbGeography fornecido.

Aplica-se a