Condividi tramite


SqlSpatialServices.GetEndPoint Metodo

Definizione

Overload

GetEndPoint(DbGeography)

Restituisce un valore DbGeography che rappresenta il punto finale del valore DbGeography specificato, che può essere null se il valore non rappresenta una curva.

GetEndPoint(DbGeometry)

Restituisce un valore DbGeometry che rappresenta il punto finale del valore DbGeometry specificato, che può essere null se il valore non rappresenta una curva.

GetEndPoint(DbGeography)

Restituisce un valore DbGeography che rappresenta il punto finale del valore DbGeography specificato, che può essere null se il valore non rappresenta una curva.

public override System.Data.Entity.Spatial.DbGeography GetEndPoint (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GetEndPoint (geographyValue As DbGeography) As DbGeography

Parametri

geographyValue
DbGeography

Il valore di posizione geografica, che non deve rappresentare una curva.

Restituisce

Punto finale di geographyValue, se rappresenta una curva; in caso contrario, null.

Si applica a

GetEndPoint(DbGeometry)

Restituisce un valore DbGeometry che rappresenta il punto finale del valore DbGeometry specificato, che può essere null se il valore non rappresenta una curva.

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

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare una curva.

Restituisce

Punto finale di geometryValue, se rappresenta una curva; in caso contrario, null.

Si applica a