Condividi tramite


DbSpatialServices.GetConvexHull(DbGeometry) Metodo

Definizione

Restituisce un valore Double nullable che indica la struttura convessa del valore DbGeography specificato.

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

Parametri

geometryValue
DbGeometry

Valore di geometria.

Restituisce

La struttura convessa del valore DbGeography specificato.

Si applica a