DbSpatialServices.GetStartPoint Metodo

Definizione

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

Overload

Nome Descrizione
GetStartPoint(DbGeography)

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

GetStartPoint(DbGeometry)

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

GetStartPoint(DbGeography)

Restituisce un DbGeography valore 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

Valore geography, che non deve rappresentare una curva.

Valori restituiti

Punto iniziale del valore specificato DbGeography .

Eccezioni

geographyValue

geographyValue

Si applica a

GetStartPoint(DbGeometry)

Restituisce un DbGeometry valore 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

Valore geometry, che non deve rappresentare una curva.

Valori restituiti

Punto iniziale del valore specificato DbGeometry .

Eccezioni

geometryValue

geometryValue

Si applica a