Share via


DbSpatialServices.GetConvexHull(DbGeometry) Método

Definición

Devuelve un valor double que acepta valores NULL que indica la forma convexa del valor DbGeography especificado.

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

Valor de geometría.

Devoluciones

Forma convexa del valor DbGeography especificado.

Se aplica a