Share via


DbSpatialServices.PointAt Método

Definición

Devuelve un elemento de punto del valor especificado.

Sobrecargas

PointAt(DbGeography, Int32)

Devuelve un elemento de punto del valor DbGeography especificado, si representa un anillo linestring o lineal.

PointAt(DbGeometry, Int32)

Devuelve un elemento de punto del valor DbGeometry especificado, si representa un anillo linestring o lineal.

PointAt(DbGeography, Int32)

Devuelve un elemento de punto del valor DbGeography especificado, si representa un anillo linestring o lineal.

public:
 abstract System::Data::Spatial::DbGeography ^ PointAt(System::Data::Spatial::DbGeography ^ geographyValue, int index);
public abstract System.Data.Spatial.DbGeography PointAt (System.Data.Spatial.DbGeography geographyValue, int index);
abstract member PointAt : System.Data.Spatial.DbGeography * int -> System.Data.Spatial.DbGeography
Public MustOverride Function PointAt (geographyValue As DbGeography, index As Integer) As DbGeography

Parámetros

geographyValue
DbGeography

Valor de geografía, que no necesita representar un anillo linestring o lineal.

index
Int32

La posición dentro del valor de geografía de la que se debe tomar el elemento.

Devoluciones

El punto de geographyValue en la posición index, si representa un anillo linestring o lineal; si no null.

Excepciones

geographyValue

geographyValue

Se aplica a

PointAt(DbGeometry, Int32)

Devuelve un elemento de punto del valor DbGeometry especificado, si representa un anillo linestring o lineal.

public:
 abstract System::Data::Spatial::DbGeometry ^ PointAt(System::Data::Spatial::DbGeometry ^ geometryValue, int index);
public abstract System.Data.Spatial.DbGeometry PointAt (System.Data.Spatial.DbGeometry geometryValue, int index);
abstract member PointAt : System.Data.Spatial.DbGeometry * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function PointAt (geometryValue As DbGeometry, index As Integer) As DbGeometry

Parámetros

geometryValue
DbGeometry

El valor de geometría, que no necesita representar un linestring o anillo lineal.

index
Int32

La posición dentro del valor de geometría de la que se debe tomar el elemento.

Devoluciones

El punto de geometryValue en la posición index, si representa un anillo linestring o lineal; si no null.

Excepciones

geometryValue

geometryValue

Se aplica a