Compartir a través de


SqlSpatialServices.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.

public override System.Data.Entity.Spatial.DbGeometry GetCentroid (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetCentroid : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides 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.

Se aplica a