| Modifier and Type | Class and Description |
|---|---|
class |
RecordWriterGeometryWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Geometry> |
AbstractRecordAndGeometryWriterFactory.createGeometryWriter(org.springframework.core.io.Resource resource) |
Writer<Geometry> |
AbstractRecordAndGeometryIoFactory.createGeometryWriter(org.springframework.core.io.Resource resource) |
Writer<Geometry> |
AbstractRecordAndGeometryWriterFactory.createGeometryWriter(String baseName,
OutputStream out) |
Writer<Geometry> |
AbstractRecordAndGeometryIoFactory.createGeometryWriter(String baseName,
OutputStream out) |
Writer<Geometry> |
AbstractRecordAndGeometryWriterFactory.createGeometryWriter(String baseName,
OutputStream out,
Charset charset) |
Writer<Geometry> |
AbstractRecordAndGeometryIoFactory.createGeometryWriter(String baseName,
OutputStream out,
Charset charset) |
Writer<Geometry> |
AbstractRecordAndGeometryWriterFactory.createGeometryWriter(Writer<Record> recordWriter) |
Writer<Geometry> |
AbstractRecordAndGeometryIoFactory.createGeometryWriter(Writer<Record> recordWriter) |
Writer<Record> |
RecordWriterFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
AbstractRecordWriterFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
AbstractRecordIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
AbstractRecordAndGeometryIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
RecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
AbstractRecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
AbstractRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
AbstractRecordAndGeometryIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
RecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
DelegatingRecordStore.createWriter() |
Writer<Record> |
DelegatingRecordStore.getWriter() |
static Writer<Record> |
RecordIo.recordWriter(RecordDefinition recordDefinition,
File file) |
static Writer<Record> |
RecordIo.recordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Geometry> |
AbstractRecordAndGeometryWriterFactory.createGeometryWriter(Writer<Record> recordWriter) |
Writer<Geometry> |
AbstractRecordAndGeometryIoFactory.createGeometryWriter(Writer<Record> recordWriter) |
| Constructor and Description |
|---|
RecordWriterGeometryWriter(Writer<Record> writer) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
RecordLog.getWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordLog.setWriter(Writer<Record> writer) |
| Constructor and Description |
|---|
RecordLog(Writer<Record> out) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
RecordStore.createWriter() |
Writer<Record> |
RecordStore.getWriter() |
Writer<Record> |
AbstractRecordStore.getWriter() |
Writer<Record> |
RecordStore.getWriter(boolean throwExceptions) |
Writer<Record> |
AbstractRecordStore.getWriter(boolean throwExceptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
OgrRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
OgrRecordStore.createWriter() |
| Modifier and Type | Class and Description |
|---|---|
class |
FileGdbWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Geometry> |
GeometryWriterFactory.createGeometryWriter(org.springframework.core.io.Resource resource) |
Writer<Geometry> |
AbstractGeometryWriterFactory.createGeometryWriter(org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Geometry> |
GeometryWriterFactory.createGeometryWriter(String baseName,
OutputStream out) |
Writer<Geometry> |
AbstractGeometryWriterFactory.createGeometryWriter(String baseName,
OutputStream out)
Create a reader for the file using the (
ArrayGeometryFactory). |
Writer<Geometry> |
GeometryWriterFactory.createGeometryWriter(String baseName,
OutputStream out,
Charset charset) |
static Writer<Geometry> |
AbstractGeometryWriterFactory.createWriter(org.springframework.core.io.Resource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultipleWriter |
class |
StatisticsWriter |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Writer<Record> |
AbstractMultipleWriter.createWriter(RecordDefinition recordDefinition) |
Writer<Record> |
StatisticsWriter.getWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsWriter.setWriter(Writer<Record> writer) |
| Constructor and Description |
|---|
StatisticsWriter(Writer<Record> writer) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
WriterProcess.getWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterProcess.setWriter(Writer<Record> writer) |
| Constructor and Description |
|---|
WriterProcess(Channel<Record> in,
Writer<Record> writer) |
WriterProcess(Writer<Record> writer) |
WriterProcess(Writer<Record> writer,
int inBufferSize) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapWriter |
class |
AbstractRecordWriter |
class |
AbstractWriter<T> |
class |
DelegatingWriter<T> |
class |
ZipWriter<T>
The ZipWriter is a wrapper for another writer which has been configured to
write files to the tempDirectory.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> Writer<V> |
AbstractWriter.close(Writer<V> writer) |
Writer<T> |
DelegatingWriter.getWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractWriter.close(Writer<?>... writers) |
static <V> Writer<V> |
AbstractWriter.close(Writer<V> writer) |
void |
DelegatingWriter.setWriter(Writer<T> writer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractWriter.close(Collection<? extends Writer<?>> writers) |
| Constructor and Description |
|---|
DelegatingWriter(Writer<T> writer) |
ZipWriter(File tempDirectory,
Writer<T> writer,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
CogoJsonIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvDirectoryWriter |
class |
CsvMapWriter |
class |
CsvRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
CsvRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
CsvRecordStore.createWriter() |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryRecordStoreWriter |
class |
DirectoryRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
DirectoryRecordStore.createWriter() |
Writer<Record> |
DirectoryRecordStore.getWriter() |
| Modifier and Type | Class and Description |
|---|---|
class |
EsriGeodatabaseXmlRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
EsriGeodatabaseXmlRecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
GeoJsonIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
GmlRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
GmlIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
GpxWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
GpxReaderFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
XhtmlMapWriter |
class |
XhtmlRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
XhtmlRecordWriterFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonListMapWriter |
class |
JsonMapWriter |
class |
JsonRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
JsonRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
KmlMapWriter |
class |
KmlRecordWriter |
class |
KmzMapWriter |
class |
KmzRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
KmzIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
KmlIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
SaifWriter
The SaifWriter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShapefileDirectoryWriter |
class |
ShapefileRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
ShapefileIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
ShapefileZipIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
ShapefileIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Writer<Record> |
ShapefileRecordStore.createWriter() |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
TsvRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
WktRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
WktIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
XbaseRecordWriter
Xbase attributes suffer a number of limitations:
|
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
XBaseRecordIoFactory.createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
XBaseRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMapWriter |
class |
XmlRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
XmlRecordIoFactory.createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZipRecordWriter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcWriterImpl |
class |
JdbcWriterWrapper |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.