public interface RecordWriterFactory extends IoFactory
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource) |
Writer<Record> |
createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Writer<Record> |
createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Set<CoordinateSystem> |
getCoordinateSystems() |
boolean |
isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
isCustomAttributionSupported() |
boolean |
isGeometrySupported() |
boolean |
isSingleFile() |
getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailableWriter<Record> createRecordWriter(RecordDefinition recordDefinition, org.springframework.core.io.Resource resource)
Writer<Record> createRecordWriter(String baseName, RecordDefinition recordDefinition, OutputStream outputStream)
Writer<Record> createRecordWriter(String baseName, RecordDefinition recordDefinition, OutputStream outputStream, Charset charset)
Set<CoordinateSystem> getCoordinateSystems()
boolean isCoordinateSystemSupported(CoordinateSystem coordinateSystem)
boolean isCustomAttributionSupported()
boolean isGeometrySupported()
boolean isSingleFile()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.