DbSpatialServices.GetStartPoint 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 un valor DbGeography que representa el punto de inicio del valor DbGeography dado.
Sobrecargas
GetStartPoint(DbGeography) |
Devuelve un valor DbGeography que representa el punto de inicio del valor DbGeography dado, el cual puede ser NULL si el valor no representa una curva. |
GetStartPoint(DbGeometry) |
Devuelve un valor DbGeometry que representa el punto de inicio del valor DbGeometry dado, el cual puede ser NULL si el valor no representa una curva. |
GetStartPoint(DbGeography)
Devuelve un valor DbGeography que representa el punto de inicio del valor DbGeography dado, el cual puede ser NULL si el valor no representa 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
Parámetros
- geographyValue
- DbGeography
Valor de geografía, que no necesita representar una curva.
Devoluciones
El punto inicial del valor DbGeography proporcionado.
Excepciones
geographyValue
geographyValue
Se aplica a
GetStartPoint(DbGeometry)
Devuelve un valor DbGeometry que representa el punto de inicio del valor DbGeometry dado, el cual puede ser NULL si el valor no representa 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
Parámetros
- geometryValue
- DbGeometry
Valor de geometría, que no necesita representar una curva.
Devoluciones
El punto inicial del valor DbGeometry proporcionado.
Excepciones
geometryValue
geometryValue