函數Read the first feature from a GPX source.
Routes (<rte>) are converted into LineString geometries, and tracks (<trk>)
into MultiLineString. Any properties on route and track waypoints are ignored.
Source.
可選opt_options: ReadOptionsRead options.
Feature.
函數Read all features from a GPX source.
Routes (<rte>) are converted into LineString geometries, and tracks (<trk>)
into MultiLineString. Any properties on route and track waypoints are ignored.
Source.
可選opt_options: ReadOptionsRead options.
Features.
函數Read the projection from a GPX source.
Source.
Projection.
函數Encode an array of features in the GPX format.
LineString geometries are output as routes (<rte>), and MultiLineString
as tracks (<trk>).
Features.
可選opt_options: WriteOptionsWrite options.
Result.
Encode an array of features in the GPX format as an XML node.
LineString geometries are output as routes (<rte>), and MultiLineString
as tracks (<trk>).
Features.
可選opt_options: WriteOptionsOptions.
Node.
可選opt_options: GPXOptionsOptions.
Classdesc
Feature format for reading and writing data in the GPX format.
參數: opt_options
Options.
Api
stable