Compartir a través de


SqlSpatialServices.GetEndPoint Método

Definición

Sobrecargas

GetEndPoint(DbGeography)

Devuelve un valor DbGeography que representa el punto final del valor DbGeography dado, el cual puede ser NULL si el valor no representa una curva.

GetEndPoint(DbGeometry)

Devuelve un valor DbGeometry que representa el punto final del valor DbGeometry dado, el cual puede ser NULL si el valor no representa una curva.

GetEndPoint(DbGeography)

Devuelve un valor DbGeography que representa el punto final del valor DbGeography dado, el cual puede ser NULL si el valor no representa una curva.

public override System.Data.Entity.Spatial.DbGeography GetEndPoint (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GetEndPoint (geographyValue As DbGeography) As DbGeography

Parámetros

geographyValue
DbGeography

Valor de geografía, que no necesita representar una curva.

Devoluciones

Punto final de geographyValue, si representa una curva; en caso contrario, null.

Se aplica a

GetEndPoint(DbGeometry)

Devuelve un valor DbGeometry que representa el punto final del valor DbGeometry dado, el cual puede ser NULL si el valor no representa una curva.

public override System.Data.Entity.Spatial.DbGeometry GetEndPoint (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar una curva.

Devoluciones

Punto final de geometryValue, si representa una curva; en caso contrario, null.

Se aplica a