SqlSpatialServices.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í.
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 override System.Data.Entity.Spatial.DbGeography GetStartPoint(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetStartPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides 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.
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 override System.Data.Entity.Spatial.DbGeometry GetStartPoint(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetStartPoint : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides 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.