Compartir a través de


SqlSpatialServices.GetPointOnSurface(DbGeometry) Método

Definición

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

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

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

Devoluciones

Valor de DbGeometry que representa un punto en la superficie del valor de DbGeometry determinado.

Se aplica a