DbSpatialServices.GetPointCount メソッド

定義

指定した値のポイント数を返します。

オーバーロード

名前 説明
GetPointCount(DbGeography)

指定した DbGeography 値がラインストリングまたは線形リングを表す場合は、ポイント数を返します。

GetPointCount(DbGeometry)

指定した DbGeometry 値がラインストリングまたは線形リングを表す場合は、ポイント数を返します。

GetPointCount(DbGeography)

指定した DbGeography 値がラインストリングまたは線形リングを表す場合は、ポイント数を返します。

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)

パラメーター

geographyValue
DbGeography

geography 値。線ストリングまたは線形リングを表す必要はありません。

返品

指定した DbGeography 値内のポイント数。

例外

geographyValue

geographyValue

適用対象

GetPointCount(DbGeometry)

指定した DbGeometry 値がラインストリングまたは線形リングを表す場合は、ポイント数を返します。

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)

パラメーター

geometryValue
DbGeometry

直線文字列または線形リングを表す必要のない geometry 値。

返品

指定した DbGeometry 値内のポイント数。

例外

geometryValue

geometryValue

適用対象