SqlSpatialServices.GetStartPoint Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.