DbSpatialServices.GetEndPoint 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.
Restituisce la posizione finale del valore specificato.
Overload
GetEndPoint(DbGeography) |
Restituisce un valore DbGeography che rappresenta il punto finale del valore DbGeography specificato, che può essere null se il valore non rappresenta una curva. |
GetEndPoint(DbGeometry) |
Restituisce un valore DbGeometry che rappresenta il punto finale del valore DbGeometry specificato, che può essere null se il valore non rappresenta una curva. |
GetEndPoint(DbGeography)
Restituisce un valore DbGeography 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
Il valore di posizione geografica, che non deve rappresentare una curva.
Restituisce
Punto finale di geographyValue
, se rappresenta una curva; in caso contrario null
.
Eccezioni
geographyValue
geographyValue
Si applica a
GetEndPoint(DbGeometry)
Restituisce un valore DbGeometry 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
Il valore geometrico, che non deve rappresentare una curva.
Restituisce
Punto finale di geometryValue
, se rappresenta una curva; in caso contrario null
.
Eccezioni
geometryValue
geometryValue