Compartir a través de


DbSpatialServices.GetCentroid(DbGeometry) Método

Definición

Devuelve un valor DbGeometry que representa el centroide del valor DbGeometry dado, el cual puede ser NULL si el valor no representa una superficie.

[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

Valor de geometría, que no necesita representar una superficie.

Devoluciones

Centroide de geometryValue, si representa una superficie; de lo contrario, es null.

Atributos

Excepciones

geometryValue es null.

geometryValue no es compatible con esta implementación de servicios espaciales.

Se aplica a