次の方法で共有


DbSpatialServices.GetSpatialTypeName メソッド

定義

指定した値の空間型名を示す値を返します。

オーバーロード

GetSpatialTypeName(DbGeography)

指定された DbGeography 値の空間型名を示す値を返します。

GetSpatialTypeName(DbGeometry)

指定された DbGeometry 値の空間型名を示す値を返します。

GetSpatialTypeName(DbGeography)

指定された DbGeography 値の空間型名を示す値を返します。

public:
 abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeography geographyValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeography -> string
Public MustOverride Function GetSpatialTypeName (geographyValue As DbGeography) As String

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

指定された DbGeography 値の空間型名。

適用対象

GetSpatialTypeName(DbGeometry)

指定された DbGeometry 値の空間型名を示す値を返します。

public:
 abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function GetSpatialTypeName (geometryValue As DbGeometry) As String

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

指定された DbGeometry 値の空間型名。

適用対象