DbSpatialServices.GetConvexHull(DbGeometry) Método

Definición

Devuelve un valor doble que acepta valores NULL que indica el casco convexa del valor especificado DbGeography .

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

Casco convexa del valor especificado DbGeography .

Se aplica a