SqlSpatialServices.GetPointCount Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.