DbSpatialServices.GetEndPoint Método

Definição

Devolve o ponto final do valor dado.

Sobrecargas

Name Description
GetEndPoint(DbGeography)

Devolve um DbGeography valor que representa o ponto final do valor DbGeography dado, que pode ser nulo se o valor não representar uma curva.

GetEndPoint(DbGeometry)

Devolve um DbGeometry valor que representa o ponto final do valor DbGeometry dado, que pode ser nulo se o valor não representar uma curva.

GetEndPoint(DbGeography)

Devolve um DbGeography valor que representa o ponto final do valor DbGeography dado, que pode ser nulo se o valor não representar uma 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

O valor geográfico, que não precisa de representar uma curva.

Devoluções

O ponto final de geographyValue, se representa uma curva; caso contrário null.

Exceções

geographyValue

geographyValue

Aplica-se a

GetEndPoint(DbGeometry)

Devolve um DbGeometry valor que representa o ponto final do valor DbGeometry dado, que pode ser nulo se o valor não representar uma 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

O valor geométrico, que não precisa de representar uma curva.

Devoluções

O ponto final de geometryValue, se representa uma curva; caso contrário null.

Exceções

geometryValue

geometryValue

Aplica-se a