Compartilhar via


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

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

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.

Aplica-se a