Condividi tramite


SqlSpatialServices.GetPointOnSurface(DbGeometry) Metodo

Definizione

Restituisce un valore DbGeometry che rappresenta un punto sulla superficie del valore DbGeometry specificato, che può essere null se il valore non rappresenta 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

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare una superficie.

Restituisce

Valore DbGeometry che rappresenta un punto sulla superficie del valore DbGeometry dato.

Si applica a