次の方法で共有


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

適用対象