Share via


DbSpatialServices.GetStartPoint Método

Definición

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

Se aplica a