Compartir a través de


SqlSpatialServices.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 override Nullable<int> GetPointCount (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetPointCount : System.Data.Entity.Spatial.DbGeography -> Nullable<int>
Public Overrides 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.

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 override Nullable<int> GetPointCount (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetPointCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public Overrides 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.

Se aplica a