Compartilhar via


DbSpatialServices.GetCentroid(DbGeometry) Método

Definição

Retorna um valor DbGeometry que representa o centroide do valor DbGeometry fornecido, que pode ser nulo se o valor não representa uma superfície.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Naming convention prescribed by OGC specification", MessageId="Centroid")]
public abstract System.Data.Entity.Spatial.DbGeometry GetCentroid (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetCentroid : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GetCentroid (geometryValue As DbGeometry) As DbGeometry

Parâmetros

geometryValue
DbGeometry

O valor de geometria que não necessariamente representa uma superfície.

Retornos

O centroide de geometryValue, se ele representa uma superfície; caso contrário, nulo.

Atributos

Exceções

geometryValue é nulo.

geometryValue não é compatível com essa implementação de serviços espaciais.

Aplica-se a