Aracılığıyla paylaş


DbGeography.FromGml Yöntem

Tanım

Yeni bir oluşturur.DbGeography değeri, belirtilen Coğrafya İşaretlemeyi Dili (GML) değerini temel alır.

Aşırı Yüklemeler

FromGml(String)

Belirtilen Coğrafya İşaretlemeyi Dili (GML) değerine göre yeni DbGeography bir değer oluşturur.

FromGml(String, Int32)

Belirtilen Coğrafya İşaretlemeyi Dili (GML) değerini ve koordinat sistemi tanımlayıcısını (SRID) temel alan yeni DbGeography bir değer oluşturur.

FromGml(String)

Belirtilen Coğrafya İşaretlemeyi Dili (GML) değerine göre yeni DbGeography bir değer oluşturur.

public:
 static System::Data::Spatial::DbGeography ^ FromGml(System::String ^ geographyMarkup);
public static System.Data.Spatial.DbGeography FromGml (string geographyMarkup);
static member FromGml : string -> System.Data.Spatial.DbGeography
Public Shared Function FromGml (geographyMarkup As String) As DbGeography

Parametreler

geographyMarkup
String

Coğrafya değerinin Coğrafya biçimlendirme dili (GML) gösterimini içeren bir dize.

Döndürülenler

Varsayılan coğrafya koordinat sistemi tanımlayıcısı (SRID)DefaultCoordinateSystemId ( ile GML değeri tarafından tanımlanan yeni bir DbGeography değeri.

Özel durumlar

geographyMarkup

Şunlara uygulanır

FromGml(String, Int32)

Belirtilen Coğrafya İşaretlemeyi Dili (GML) değerini ve koordinat sistemi tanımlayıcısını (SRID) temel alan yeni DbGeography bir değer oluşturur.

public:
 static System::Data::Spatial::DbGeography ^ FromGml(System::String ^ geographyMarkup, int coordinateSystemId);
public static System.Data.Spatial.DbGeography FromGml (string geographyMarkup, int coordinateSystemId);
static member FromGml : string * int -> System.Data.Spatial.DbGeography
Public Shared Function FromGml (geographyMarkup As String, coordinateSystemId As Integer) As DbGeography

Parametreler

geographyMarkup
String

Coğrafya değerinin Coğrafya biçimlendirme dili (GML) gösterimini içeren bir dize.

coordinateSystemId
Int32

Yeni DbGeography değerinin kullanması gereken koordinat sisteminin tanımlayıcısı.

Döndürülenler

Belirtilen koordinat sistemi tanımlayıcısıyla GML değeri tarafından tanımlanan yeni bir DbGeography değeri.

Özel durumlar

geographyMarkup

coordinateSystemId

Şunlara uygulanır