Compartilhar via


SqlSpatialServices.GetPointOnSurface(DbGeometry) Método

Definição

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

public override System.Data.Entity.Spatial.DbGeometry GetPointOnSurface (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetPointOnSurface : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetPointOnSurface (geometryValue As DbGeometry) As DbGeometry

Parâmetros

geometryValue
DbGeometry

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

Retornos

Um valor DbGeometry que representa um ponto na superfície do valor DbGeometry fornecido.

Aplica-se a