Compartir a través de


SqlSpatialServices.GetEnvelope(DbGeometry) Método

Definición

Obtiene el sobre (cuadro de límite mínimo) del valor especificado de DbGeometry , como valor de geometría.

public override System.Data.Entity.Spatial.DbGeometry GetEnvelope (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetEnvelope : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetEnvelope (geometryValue As DbGeometry) As DbGeometry

Parámetros

geometryValue
DbGeometry

Valor de geometría para el que se debe recuperar el valor de sobre.

Devoluciones

Sobre de geometryValue, como un DbGeometry valor.

Se aplica a