Uses of Class
org.apache.sis.internal.storage.xml.stream.StaxStreamWriter
Packages that use StaxStreamWriter
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 StaxStreamWriter in org.apache.sis.internal.storage.gpx
Subclasses of StaxStreamWriter in org.apache.sis.internal.storage.gpxModifier and TypeClassDescription(package private) final class
Writer for GPX 1.0 and 1.1 files.Methods in org.apache.sis.internal.storage.gpx that return StaxStreamWriterModifier and TypeMethodDescriptionprotected StaxStreamWriter
Updater.createWriter
(OutputStream temporary) Creates a new GPX writer for an output in the specified file. -
Uses of StaxStreamWriter in org.apache.sis.internal.storage.xml.stream
Methods in org.apache.sis.internal.storage.xml.stream that return StaxStreamWriterModifier and TypeMethodDescriptionprotected abstract StaxStreamWriter
RewriteOnUpdate.createWriter
(OutputStream temporary) Creates a new XML document writer for an output in the specified temporary file.Methods in org.apache.sis.internal.storage.xml.stream with parameters of type StaxStreamWriterModifier and TypeMethodDescription(package private) final XMLStreamWriter
StaxDataStore.createWriter
(StaxStreamWriter target, OutputStream temporary) Creates a new XML stream writer for writing the XML document.