DbSpatialServices.GetEndPoint Metodo

Definizione

Restituisce il punto finale del valore specificato.

Overload

Nome Descrizione
GetEndPoint(DbGeography)

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

GetEndPoint(DbGeometry)

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

GetEndPoint(DbGeography)

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

public:
 abstract System::Data::Spatial::DbGeography ^ GetEndPoint(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract System.Data.Spatial.DbGeography GetEndPoint(System.Data.Spatial.DbGeography geographyValue);
abstract member GetEndPoint : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function GetEndPoint (geographyValue As DbGeography) As DbGeography

Parametri

geographyValue
DbGeography

Valore geography, che non deve rappresentare una curva.

Valori restituiti

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

Eccezioni

geographyValue

geographyValue

Si applica a

GetEndPoint(DbGeometry)

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

public:
 abstract System::Data::Spatial::DbGeometry ^ GetEndPoint(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract System.Data.Spatial.DbGeometry GetEndPoint(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetEndPoint : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

Parametri

geometryValue
DbGeometry

Valore geometry, che non deve rappresentare una curva.

Valori restituiti

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

Eccezioni

geometryValue

geometryValue

Si applica a