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 TypeClassDescriptionclass
A data store backed by GPX files.final class
A 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 StaxDataStore
StaxStreamIO.owner
The data store for which this reader or writer has been created.Methods in org.apache.sis.internal.storage.xml.stream with parameters of type StaxDataStoreModifier and TypeMethodDescription(package private) abstract XMLStreamReader
InputType.create
(StaxDataStore ds, Object s) Creates a XML reader for the given input.(package private) abstract XMLStreamWriter
OutputType.create
(StaxDataStore ds, Object s) Creates a XML writer for the given output.Constructors in org.apache.sis.internal.storage.xml.stream with parameters of type StaxDataStoreModifierConstructorDescription(package private)
StaxStreamIO
(StaxDataStore owner) For sub-classes constructors.protected
StaxStreamReader
(StaxDataStore owner) Creates a new XML reader for the given data store.protected
StaxStreamWriter
(StaxDataStore owner, OutputStream temporary) Creates a new XML writer for the given data store.