次の方法で共有


DbSpatialServices.GetDimension メソッド

定義

特定の DbGeography 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

オーバーロード

GetDimension(DbGeography)

特定の DbGeography 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

GetDimension(DbGeometry)

特定の DbGeometry 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

GetDimension(DbGeography)

特定の DbGeography 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

public:
 abstract int GetDimension(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int GetDimension (System.Data.Spatial.DbGeography geographyValue);
abstract member GetDimension : System.Data.Spatial.DbGeography -> int
Public MustOverride Function GetDimension (geographyValue As DbGeography) As Integer

パラメーター

geographyValue
DbGeography

寸法値を取得する必要がある geography 値。

戻り値

geographyValue の次元。DbGeography がコレクションである場合は要素の最大次元。

例外

geographyValue

geographyValue

適用対象

GetDimension(DbGeometry)

特定の DbGeometry 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

public:
 abstract int GetDimension(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int GetDimension (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetDimension : System.Data.Spatial.DbGeometry -> int
Public MustOverride Function GetDimension (geometryValue As DbGeometry) As Integer

パラメーター

geometryValue
DbGeometry

寸法値を取得する必要がある geometry 値。

戻り値

geometryValue の次元。DbGeometry がコレクションである場合は要素の最大次元。

例外

geometryValue

geometryValue

適用対象