DbSpatialServices.GetPointCount Metodo

Definizione

Restituisce il numero di punti nel valore specificato.

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:
 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)

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.

Eccezioni

geographyValue

geographyValue

Si applica a

GetPointCount(DbGeometry)

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

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)

Parametri

geometryValue
DbGeometry

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

Restituisce

Numero di punti nel valore DbGeometry specificato.

Eccezioni

geometryValue

geometryValue

Si applica a