DbSpatialServices.GetEndPoint Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve el punto final de un valor determinado.
Sobrecargas
GetEndPoint(DbGeography) |
Devuelve un valor DbGeography que representa el punto final del valor DbGeography dado, el cual puede ser NULL si el valor no representa una curva. |
GetEndPoint(DbGeometry) |
Devuelve un valor DbGeometry que representa el punto final del valor DbGeometry dado, el cual puede ser NULL si el valor no representa una curva. |
GetEndPoint(DbGeography)
Devuelve un valor DbGeography que representa el punto final del valor DbGeography dado, el cual puede ser NULL si el valor no representa 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
Parámetros
- geographyValue
- DbGeography
Valor de geografía, que no necesita representar una curva.
Devoluciones
Extremo de geographyValue
, si representa una curva; de lo contrario, null
.
Excepciones
geographyValue
geographyValue
Se aplica a
GetEndPoint(DbGeometry)
Devuelve un valor DbGeometry que representa el punto final del valor DbGeometry dado, el cual puede ser NULL si el valor no representa 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
Parámetros
- geometryValue
- DbGeometry
Valor de geometría, que no necesita representar una curva.
Devoluciones
Extremo de geometryValue
, si representa una curva; de lo contrario, null
.
Excepciones
geometryValue
geometryValue