Uses of Class
org.apache.sis.internal.storage.gpx.WritableStore
Packages that use WritableStore
Package
Description
Reads and writes data in GPS Exchange Format (GPX).
-
Uses of WritableStore in org.apache.sis.internal.storage.gpx
Constructors in org.apache.sis.internal.storage.gpx with parameters of type WritableStoreModifierConstructorDescription(package private)
Updater
(WritableStore source, Path location) Creates an updater for the given source of features.(package private)
Writer
(WritableStore owner, Metadata metadata, OutputStream temporary) Creates a new GPX writer for the given data store.