다음을 통해 공유


SqlSpatialServices.AsGml 메서드

정의

오버로드

AsGml(DbGeography)

DbGeography 값의 GML(Geography Markup Language) 표현을 생성합니다.

AsGml(DbGeometry)

DbGeometry 값의 GML(Geography Markup Language) 표현을 생성합니다.

AsGml(DbGeography)

DbGeography 값의 GML(Geography Markup Language) 표현을 생성합니다.

public override string AsGml(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsGml : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function AsGml (geographyValue As DbGeography) As String

매개 변수

geographyValue
DbGeography

GML을 생성해야 하는 지리 값입니다.

반환

이 DbGeography 값의 GML 표현을 포함하는 문자열입니다.

적용 대상

AsGml(DbGeometry)

DbGeometry 값의 GML(Geography Markup Language) 표현을 생성합니다.

public override string AsGml(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsGml : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function AsGml (geometryValue As DbGeometry) As String

매개 변수

geometryValue
DbGeometry

GML을 생성해야 하는 기하 값입니다.

반환

이 DbGeometry 값의 GML 표현을 포함하는 문자열입니다.

적용 대상