Compartir a través de


DbSpatialServices.GetPointCount Método

Definición

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.Entity.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Entity.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 es null.

geographyValue no es compatible con esta implementación de servicios espaciales.

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.Entity.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Entity.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 es null.

geometryValue no es compatible con esta implementación de servicios espaciales.

Se aplica a