DbSpatialServices.GetConvexHull(DbGeometry) Metodo

Definizione

Restituisce un valore double nullable che indica lo scafo convesso del valore specificato 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

Parametri

geometryValue
DbGeometry

Valore geometry.

Valori restituiti

Struttura convessa del valore specificato DbGeography .

Si applica a