DbSpatialServices.GetStartPoint Método

Definição

Retorna um DbGeography valor que representa o ponto inicial do valor DbGeography fornecido.

Sobrecargas

Nome Description
GetStartPoint(DbGeography)

Retorna um DbGeography valor que representa o ponto inicial do valor DbGeography fornecido, que pode ser nulo se o valor não representar uma curva.

GetStartPoint(DbGeometry)

Retorna um DbGeometry valor que representa o ponto inicial do valor DbGeometry fornecido, que pode ser nulo se o valor não representar uma curva.

GetStartPoint(DbGeography)

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

O valor de geografia, que não precisa representar uma curva.

Retornos

O ponto inicial do valor fornecido DbGeography .

Exceções

geographyValue

geographyValue

Aplica-se a

GetStartPoint(DbGeometry)

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

O valor de geometria, que não precisa representar uma curva.

Retornos

O ponto inicial do valor fornecido DbGeometry .

Exceções

geometryValue

geometryValue

Aplica-se a