Class Writer

All Implemented Interfaces:
AutoCloseable, Consumer<AbstractFeature>

final class Writer extends StaxStreamWriter
Writer for GPX 1.0 and 1.1 files.
Since:
0.8
Version:
1.3
  • Field Details

    • version

      private final int version
      The GPX file version: 0 for GPX 1.0 or 1 for GPX 1.1.
    • metadata

      private final Metadata metadata
      The metadata to write, or null if none.
  • Constructor Details

  • Method Details