new GPX
Stability: experimental
- Source:
- gpxformat.js, line 24
Extends
- ol.format.XMLFeature
Members
-
readProjection
Stability: not documented -
Read the projection from a GPX source.
- Source:
- gpxformat.js, line 436
Methods
-
readFeature
Stability: not documented -
Read the first feature from a GPX source.
Parameters:
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
- Source:
- gpxformat.js, line 373
Returns:
Feature.
- Type
- ol.Feature
-
readFeatures
Stability: not documented -
Read all features from a GPX source.
Parameters:
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
- Source:
- gpxformat.js, line 404
Returns:
Features.
- Type
- Array.<ol.Feature>
-
writeFeatures
Stability: not documented -
Encode an array of features in the GPX format.
Parameters:
Name Type Description featuresArray.<ol.Feature> Features.
- Source:
- gpxformat.js, line 811
Returns:
Result.
- Type
- ArrayBuffer | Node | Object | string
OpenLayers 3