Condividi tramite


SqlSpatialServices.GetExteriorRing(DbGeometry) Metodo

Definizione

Restituisce un valore DbGeometry che rappresenta l'anello esterno del valore DbGeometry specificato, che può essere null se il valore non rappresenta un poligono.

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

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare un poligono.

Restituisce

Valore DbGeometry che rappresenta l'anello esterno su geometryValue, se rappresenta un poligono; in caso contrario, null.

Si applica a