Compartilhar via


DbSpatialServices.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 abstract System.Data.Entity.Spatial.DbGeometry GetPointOnSurface (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetPointOnSurface : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride 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.

Exceções

geometryValue é nulo.

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

Aplica-se a