共用方式為


DbGeography.FromGml 方法

定義

多載

FromGml(String)

根據指定的地理標記語言 (GML) 值,建立新的 DbGeography 值。

FromGml(String, Int32)

根據指定的地理標記語言 (GML) 值和座標系統識別項 (SRID),建立新的 DbGeography 值。

FromGml(String)

根據指定的地理標記語言 (GML) 值,建立新的 DbGeography 值。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Gml")]
public static System.Data.Entity.Spatial.DbGeography FromGml (string geographyMarkup);
static member FromGml : string -> System.Data.Entity.Spatial.DbGeography
Public Shared Function FromGml (geographyMarkup As String) As DbGeography

參數

geographyMarkup
String

包含地理值之地理標記語言 (GML) 表示的字串。

傳回

GML 值所定義的新 DbGeography 值,其預設地理座標系統識別碼 (SRID) ( ) DefaultCoordinateSystemId

屬性

適用於

FromGml(String, Int32)

根據指定的地理標記語言 (GML) 值和座標系統識別項 (SRID),建立新的 DbGeography 值。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Gml")]
public static System.Data.Entity.Spatial.DbGeography FromGml (string geographyMarkup, int coordinateSystemId);
static member FromGml : string * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function FromGml (geographyMarkup As String, coordinateSystemId As Integer) As DbGeography

參數

geographyMarkup
String

包含地理值之地理標記語言 (GML) 表示的字串。

coordinateSystemId
Int32

新的 DbGeography 值應該使用的座標系統的識別項。

傳回

新的 DbGeography 值,由含有指定之座標系統識別項的 GML 值所定義。

屬性

適用於