Compartir a través de


SqlSpatialServices.GetConvexHull(DbGeometry) Método

Definición

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

public override System.Data.Entity.Spatial.DbGeometry GetConvexHull (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetConvexHull : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides 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