Condividi tramite


SqlSpatialServices.GetStartPoint Metodo

Definizione

Overload

GetStartPoint(DbGeography)

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

GetStartPoint(DbGeometry)

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

GetStartPoint(DbGeography)

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

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

Parametri

geographyValue
DbGeography

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

Restituisce

Punto iniziale del valore DbGeography specificato.

Si applica a

GetStartPoint(DbGeometry)

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

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

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare una curva.

Restituisce

Punto iniziale del valore DbGeometry specificato.

Si applica a