Condividi tramite


SqlSpatialServices.GetPointCount Metodo

Definizione

Overload

GetPointCount(DbGeography)

Restituisce il numero di punti nel valore DbGeography specificato, se rappresenta un linestring o un anello lineare.

GetPointCount(DbGeometry)

Restituisce il numero di punti nel valore DbGeometry specificato, se rappresenta un linestring o un anello lineare.

GetPointCount(DbGeography)

Restituisce il numero di punti nel valore DbGeography specificato, se rappresenta un linestring o un anello lineare.

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)

Parametri

geographyValue
DbGeography

Il valore di posizione geografica, che non deve rappresentare un anello linestring o lineare.

Restituisce

Numero di punti nel valore DbGeography specificato.

Si applica a

GetPointCount(DbGeometry)

Restituisce il numero di punti nel valore DbGeometry specificato, se rappresenta un linestring o un anello lineare.

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)

Parametri

geometryValue
DbGeometry

Valore di geometria, che non deve rappresentare un linestring o un anello lineare.

Restituisce

Numero di punti nel valore DbGeometry specificato.

Si applica a