Condividi tramite


Metodo SqlSpatialServices.GetConvexHull

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce un valore Double che ammette i valori Null che indica la struttura convessa del valore DbGeography specificato.

Spazio dei nomi:  System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetConvexHull ( _
    geometryValue As DbGeometry _
) As DbGeometry
'Utilizzo
Dim instance As SqlSpatialServices 
Dim geometryValue As DbGeometry 
Dim returnValue As DbGeometry 

returnValue = instance.GetConvexHull(geometryValue)
public override DbGeometry GetConvexHull(
    DbGeometry geometryValue
)
public:
virtual DbGeometry^ GetConvexHull(
    DbGeometry^ geometryValue
) override
abstract GetConvexHull : 
        geometryValue:DbGeometry -> DbGeometry  
override GetConvexHull : 
        geometryValue:DbGeometry -> DbGeometry
public override function GetConvexHull(
    geometryValue : DbGeometry
) : DbGeometry

Parametri

Valore restituito

Tipo: System.Data.Entity.Spatial.DbGeometry
Struttura convessa del valore DbGeography specificato.

Vedere anche

Riferimento

SqlSpatialServices Classe

Spazio dei nomi System.Data.Entity.SqlServer