Compartir a través de


SqlSpatialServices.GetExteriorRing(DbGeometry) Método

Definición

Devuelve un valor DbGeometry que representa el anillo exterior del valor DbGeometry dado, el cual puede ser NULL si el valor no representa un polígono.

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

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar un polígono.

Devoluciones

Valor DbGeometry que representa el anillo exterior en geometryValue, si representa un polígono; en caso contrario, null.

Se aplica a