Compartilhar via


SqlSpatialServices.GetExteriorRing(DbGeometry) Método

Definição

Retorna um valor DbGeometry que representa o anel exterior do valor DbGeometry fornecido, que pode ser nulo se o valor não representa um 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

O valor de geometria, que não necessariamente representa um polígono.

Retornos

Um valor DbGeometry que representa o anel exterior em geometryValue, se ele representa um polígono; caso contrário, nulo.

Aplica-se a