public abstract class AbstractRecordAndGeometryWriterFactory extends AbstractRecordWriterFactory implements GeometryWriterFactory
| Constructor and Description |
|---|
AbstractRecordAndGeometryWriterFactory(String name,
boolean geometrySupported,
boolean customAttributionSupported) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Geometry> |
createGeometryWriter(org.springframework.core.io.Resource resource) |
Writer<Geometry> |
createGeometryWriter(String baseName,
OutputStream out) |
Writer<Geometry> |
createGeometryWriter(String baseName,
OutputStream out,
Charset charset) |
Writer<Geometry> |
createGeometryWriter(Writer<Record> recordWriter) |
createRecordWriter, createRecordWriter, getCoordinateSystems, isCoordinateSystemSupported, isCustomAttributionSupported, isGeometrySupported, isSingleFile, setCoordinateSystems, setCoordinateSystems, setSingleFileaddMediaType, addMediaTypeAndFileExtension, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCoordinateSystems, isCoordinateSystemSupportedgetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablecreateRecordWriterpublic AbstractRecordAndGeometryWriterFactory(String name, boolean geometrySupported, boolean customAttributionSupported)
public Writer<Geometry> createGeometryWriter(org.springframework.core.io.Resource resource)
createGeometryWriter in interface GeometryWriterFactorypublic Writer<Geometry> createGeometryWriter(String baseName, OutputStream out)
createGeometryWriter in interface GeometryWriterFactorypublic Writer<Geometry> createGeometryWriter(String baseName, OutputStream out, Charset charset)
createGeometryWriter in interface GeometryWriterFactoryCopyright © 2015 Revolution Systems Inc.. All rights reserved.