DbSpatialServices.GeographyFromGml 方法 (String)
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
基于指定的地理标记语言 (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
包含地理值的几何标记语言 (GML) 表示形式的字符串。
返回值
类型:System.Data.Entity.Spatial.DbGeography
一个新 DbGeography 值,由 GML 值使用默认 DbGeography 坐标系统标识符 (SRID) (DefaultCoordinateSystemId) 进行定义。