GpxOptions Properties |
The GpxOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | LinearizationTolerance |
A tolerance to use to linearize curve geometries.
(Inherited from DriverOptions.) |
![]() | MAttribute |
Determines which GPX attribute will be exported as 'M' coordinate of waypoints, route points and track points.
Behavior is same with ZAttribute, defaults to .
|
![]() | MPrecisionModel |
A PrecisionModel that will be applied to M coordinate
when geometries are added to the VectorLayer or when they are read from the VectorLayer.
The default value is Exact.
(Inherited from DriverOptions.) |
![]() | ValidateGeometriesOnWrite |
Determines if geometries should be validated when they are added to the layer.
If set to , IsValid is called for each
geometry when it's added to the layer, and if validation fails (IsValid is ), GisException is thrown.
(Inherited from DriverOptions.) |
![]() | XYPrecisionModel |
A PrecisionModel that will be applied to X and Y coordinates
when geometries are added to the VectorLayer or when they are read from the VectorLayer.
The default value is Exact.
(Inherited from DriverOptions.) |
![]() | ZAttribute |
Determines which GPX attribute will be exported as 'Z' coordinate of waypoints, route points and track points.
If - no attribute will be exported as 'Z' coordinate.
Defaults to "ele".
Possible values are names of all GPX XML attribute that can be represented as double (e.g. "speed", "magvar", "geoidheight" etc.)
|
![]() | ZPrecisionModel |
A PrecisionModel that will be applied to Z coordinate
when geometries are added to the VectorLayer or when they are read from the VectorLayer.
The default value is Exact.
(Inherited from DriverOptions.) |