C# 클래스 IsraelHiking.API.Converters.GpxGeoJsonConverter

상속: IGpxGeoJsonConverter
파일 보기 프로젝트 열기: IsraelHikingMap/Site 1 사용 예제들

공개 메소드들

메소드 설명
ToGeoJson ( gpxType gpx ) : NetTopologySuite.Features.FeatureCollection
ToGpx ( NetTopologySuite.Features.FeatureCollection collection ) : gpxType

비공개 메소드들

메소드 설명
CreateGeoPosition ( wptType wayPoint ) : Coordinate
CreateMultiLineProperties ( string name, string creator ) : IAttributesTable
CreateNameProperties ( string name ) : IAttributesTable
CreateRouteFromLineString ( IFeature lineStringFeature ) : rteType
CreateRouteFromPolygon ( IFeature lineStringFeature ) : rteType
CreateRoutesFromMultiPolygon ( IFeature multiPolygonFeature ) : rteType[]
CreateTracksFromMultiLineString ( IFeature multiLineStringFeature ) : trkType[]
CreateWayPoint ( Coordinate position, string name ) : wptType
CreateWayPoint ( IFeature pointFeature ) : wptType
CreateWayPointsFromMultiPoint ( IFeature pointFeature ) : wptType[]
GetFeatureName ( IFeature feature ) : string

메소드 상세

ToGeoJson() 공개 메소드

public ToGeoJson ( gpxType gpx ) : NetTopologySuite.Features.FeatureCollection
gpx gpxType
리턴 NetTopologySuite.Features.FeatureCollection

ToGpx() 공개 메소드

public ToGpx ( NetTopologySuite.Features.FeatureCollection collection ) : gpxType
collection NetTopologySuite.Features.FeatureCollection
리턴 gpxType