C# 클래스 Terradue.GeoJson.Gml321.Gml321Extensions

파일 보기 프로젝트 열기: Terradue/DotNetGeoJson

공개 메소드들

메소드 설명
ToGeometry ( this gmlObject ) : GeometryObject
ToGeometry ( this pos ) : IPosition
ToGeometry ( this linearRing ) : Terradue.GeoJson.Geometry.LineString
ToGeometry ( this pos ) : List
ToGeometry ( this gmlMultiCurve ) : Terradue.GeoJson.Geometry.MultiLineString
ToGeometry ( this gmlMultipoint ) : MultiPoint
ToGeometry ( this gmlMultiSurface ) : Terradue.GeoJson.Geometry.MultiPolygon
ToGeometry ( this point ) : Point
ToGeometry ( this gmlPolygon ) : Terradue.GeoJson.Geometry.Polygon
ToGml ( this geometry ) : AbstractGeometryType
ToGmlLineString ( this lineString ) : LineStringType
ToGmlLinearRing ( this lineString ) : LinearRingType
ToGmlMultiCurve ( this geometry ) : MultiCurveType
ToGmlMultiPoint ( this multiPoint ) : MultiPointType
ToGmlMultiSurface ( this geometry ) : MultiSurfaceType
ToGmlPoint ( this point ) : PointType
ToGmlPolygon ( this polygon ) : PolygonType
ToGmlPos ( this position ) : DirectPositionType
ToGmlPosList ( this positions ) : DirectPositionListType

비공개 메소드들

메소드 설명
FromGMLData ( object items, string itemsType ) : List

메소드 상세

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this gmlObject ) : GeometryObject
gmlObject this
리턴 GeometryObject

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this pos ) : IPosition
pos this
리턴 IPosition

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this linearRing ) : Terradue.GeoJson.Geometry.LineString
linearRing this
리턴 Terradue.GeoJson.Geometry.LineString

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this pos ) : List
pos this
리턴 List

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this gmlMultiCurve ) : Terradue.GeoJson.Geometry.MultiLineString
gmlMultiCurve this
리턴 Terradue.GeoJson.Geometry.MultiLineString

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this gmlMultipoint ) : MultiPoint
gmlMultipoint this
리턴 MultiPoint

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this gmlMultiSurface ) : Terradue.GeoJson.Geometry.MultiPolygon
gmlMultiSurface this
리턴 Terradue.GeoJson.Geometry.MultiPolygon

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this point ) : Point
point this
리턴 Point

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this gmlPolygon ) : Terradue.GeoJson.Geometry.Polygon
gmlPolygon this
리턴 Terradue.GeoJson.Geometry.Polygon

ToGml() 공개 정적인 메소드

public static ToGml ( this geometry ) : AbstractGeometryType
geometry this
리턴 AbstractGeometryType

ToGmlLineString() 공개 정적인 메소드

public static ToGmlLineString ( this lineString ) : LineStringType
lineString this
리턴 LineStringType

ToGmlLinearRing() 공개 정적인 메소드

public static ToGmlLinearRing ( this lineString ) : LinearRingType
lineString this
리턴 LinearRingType

ToGmlMultiCurve() 공개 정적인 메소드

public static ToGmlMultiCurve ( this geometry ) : MultiCurveType
geometry this
리턴 MultiCurveType

ToGmlMultiPoint() 공개 정적인 메소드

public static ToGmlMultiPoint ( this multiPoint ) : MultiPointType
multiPoint this
리턴 MultiPointType

ToGmlMultiSurface() 공개 정적인 메소드

public static ToGmlMultiSurface ( this geometry ) : MultiSurfaceType
geometry this
리턴 MultiSurfaceType

ToGmlPoint() 공개 정적인 메소드

public static ToGmlPoint ( this point ) : PointType
point this
리턴 PointType

ToGmlPolygon() 공개 정적인 메소드

public static ToGmlPolygon ( this polygon ) : PolygonType
polygon this
리턴 PolygonType

ToGmlPos() 공개 정적인 메소드

public static ToGmlPos ( this position ) : DirectPositionType
position this
리턴 DirectPositionType

ToGmlPosList() 공개 정적인 메소드

public static ToGmlPosList ( this positions ) : DirectPositionListType
positions this
리턴 DirectPositionListType