C# Class IsraelHiking.API.Gpx.SerializarionExtensions

显示文件 Open project: IsraelHikingMap/Site

Public Methods

Method Description
ToBytes ( this featureCollection ) : byte[]
ToFeatureCollection ( this featureCollectionContent ) : NetTopologySuite.Features.FeatureCollection
ToGpx ( this gpxContent ) : gpxType
UpdateBounds ( this gpx ) : gpxType

Method Details

ToBytes() public static method

public static ToBytes ( this featureCollection ) : byte[]
featureCollection this
return byte[]

ToFeatureCollection() public static method

public static ToFeatureCollection ( this featureCollectionContent ) : NetTopologySuite.Features.FeatureCollection
featureCollectionContent this
return NetTopologySuite.Features.FeatureCollection

ToGpx() public static method

public static ToGpx ( this gpxContent ) : gpxType
gpxContent this
return gpxType

UpdateBounds() public static method

public static UpdateBounds ( this gpx ) : gpxType
gpx this
return gpxType