Uses of Class
org.apache.sis.internal.storage.xml.stream.StaxDataStore
Packages that use StaxDataStore
Package
Description
Reads and writes data in GPS Exchange Format (GPX).
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
-
Uses of StaxDataStore in org.apache.sis.internal.storage.gpx
Subclasses of StaxDataStore in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA GPX store capable to write GPX file. -
Uses of StaxDataStore in org.apache.sis.internal.storage.xml.stream
Fields in org.apache.sis.internal.storage.xml.stream declared as StaxDataStoreModifier and TypeFieldDescriptionprotected final StaxDataStoreStaxStreamIO.ownerThe data store for which this reader or writer has been created.protected final StaxDataStoreStaxStreamIO.ownerThe data store for which this reader or writer has been created.Constructors in org.apache.sis.internal.storage.xml.stream with parameters of type StaxDataStoreModifierConstructorDescriptionprotectedStaxStreamReader(StaxDataStore owner) Creates a new XML reader for the given data store.protectedStaxStreamWriter(StaxDataStore owner, OutputStream temporary) Creates a new XML writer for the given data store.