次の方法で共有


DbSpatialServices.GeometryFromGml メソッド (String, Int32)

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

指定した Geography Markup Language (GML) 値と座標系識別子 (SRID) に基づいて、新しい DbGeometry 値を作成します。

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

構文

'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Gml")> _
Public MustOverride Function GeometryFromGml ( _
    geometryMarkup As String, _
    coordinateSystemId As Integer _
) As DbGeometry
'使用
Dim instance As DbSpatialServices 
Dim geometryMarkup As String 
Dim coordinateSystemId As Integer 
Dim returnValue As DbGeometry 

returnValue = instance.GeometryFromGml(geometryMarkup, _
    coordinateSystemId)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")]
public abstract DbGeometry GeometryFromGml(
    string geometryMarkup,
    int coordinateSystemId
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Gml")]
public:
virtual DbGeometry^ GeometryFromGml(
    String^ geometryMarkup, 
    int coordinateSystemId
) abstract
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")>]
abstract GeometryFromGml : 
        geometryMarkup:string * 
        coordinateSystemId:int -> DbGeometry
public abstract function GeometryFromGml(
    geometryMarkup : String, 
    coordinateSystemId : int
) : DbGeometry

パラメーター

  • geometryMarkup
    型 : System.String
    geometry 値の Geography Markup Language (GML) 表現を含む文字列。
  • coordinateSystemId
    型 : System.Int32
    新しい DbGeometry 値を使用する必要がある座標系の識別子。

戻り値

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

参照

参照

DbSpatialServices クラス

GeometryFromGml オーバーロード

System.Data.Entity.Spatial 名前空間