DbSpatialServices.GetStartPoint Metodo

Definizione

Restituisce un valore DbGeography che rappresenta il punto iniziale del valore DbGeography specificato.

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:
 abstract System::Data::Spatial::DbGeography ^ GetStartPoint(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract System.Data.Spatial.DbGeography GetStartPoint (System.Data.Spatial.DbGeography geographyValue);
abstract member GetStartPoint : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride 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.

Eccezioni

geographyValue

geographyValue

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:
 abstract System::Data::Spatial::DbGeometry ^ GetStartPoint(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract System.Data.Spatial.DbGeometry GetStartPoint (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetStartPoint : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride 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.

Eccezioni

geometryValue

geometryValue

Si applica a