Compartilhar via


DbSpatialServices.GetConvexHull(DbGeometry) Método

Definição

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

public:
 abstract System::Data::Spatial::DbGeometry ^ GetConvexHull(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract System.Data.Spatial.DbGeometry GetConvexHull (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetConvexHull : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride 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