次の方法で共有


DbSpatialServices.GeographyFromGml メソッド (String)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

指定された Geography Markup Language (GML) 値に基づいて新しい DbGeography 値を作成します。

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Gml")> _
Public MustOverride Function GeographyFromGml ( _
    geographyMarkup As String _
) As DbGeography
'使用
Dim instance As DbSpatialServices 
Dim geographyMarkup As String 
Dim returnValue As DbGeography 

returnValue = instance.GeographyFromGml(geographyMarkup)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")]
public abstract DbGeography GeographyFromGml(
    string geographyMarkup
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Gml")]
public:
virtual DbGeography^ GeographyFromGml(
    String^ geographyMarkup
) abstract
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")>]
abstract GeographyFromGml : 
        geographyMarkup:string -> DbGeography
public abstract function GeographyFromGml(
    geographyMarkup : String
) : DbGeography

パラメーター

  • geographyMarkup
    型 : System.String
    geography 値の Geometry Markup Language (GML) 表現を含む文字列。

戻り値

型 : System.Data.Entity.Spatial.DbGeography
既定の DbGeography 座標系識別子 (SRID) (DefaultCoordinateSystemId) で GML 値によって定義される新しい DbGeography 値。

参照

参照

DbSpatialServices クラス

GeographyFromGml オーバーロード

System.Data.Entity.Spatial 名前空間