Compartir a través de


DbSpatialServices.GetPointCount Método

Definición

Devuelve el número de puntos del valor especificado.

Sobrecargas

GetPointCount(DbGeography)

Devuelve el número de puntos que hay en el valor DbGeography especificado, si representa un linestring o anillo lineal.

GetPointCount(DbGeometry)

Devuelve el número de puntos que hay en el valor DbGeometry especificado, si representa un linestring o anillo lineal.

GetPointCount(DbGeography)

Devuelve el número de puntos que hay en el valor DbGeography especificado, si representa un linestring o anillo lineal.

public:
 abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Spatial.DbGeography -> Nullable<int>
Public MustOverride Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)

Parámetros

geographyValue
DbGeography

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

Devoluciones

El número de puntos que hay en el valor DbGeography especificado.

Excepciones

geographyValue

geographyValue

Se aplica a

GetPointCount(DbGeometry)

Devuelve el número de puntos que hay en el valor DbGeometry especificado, si representa un linestring o anillo lineal.

public:
 abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)

Parámetros

geometryValue
DbGeometry

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

Devoluciones

El número de puntos que hay en el valor DbGeometry especificado.

Excepciones

geometryValue

geometryValue

Se aplica a