次の方法で共有


SqlSpatialServices.GetSpatialTypeName メソッド

定義

オーバーロード

GetSpatialTypeName(DbGeography)

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

GetSpatialTypeName(DbGeometry)

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

GetSpatialTypeName(DbGeography)

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

public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function GetSpatialTypeName (geographyValue As DbGeography) As String

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

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

適用対象

GetSpatialTypeName(DbGeometry)

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

public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function GetSpatialTypeName (geometryValue As DbGeometry) As String

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

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

適用対象