public abstract class AbstractRecordAndGeometryIoFactory extends AbstractRecordAndGeometryReaderFactory implements RecordWriterFactory, GeometryWriterFactory
| Constructor and Description |
|---|
AbstractRecordAndGeometryIoFactory(String name,
boolean binary,
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) |
Writer<Record> |
createRecordWriter(RecordDefinition recordDefinition,
org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Record> |
createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream) |
Set<CoordinateSystem> |
getCoordinateSystems() |
boolean |
isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
isGeometrySupported() |
protected void |
setCoordinateSystems(CoordinateSystem... coordinateSystems) |
protected void |
setCoordinateSystems(Set<CoordinateSystem> coordinateSystems) |
addMediaTypeAndFileExtension, createDirectoryRecordReader, createDirectoryRecordReader, createDirectoryRecordReader, createGeometryReader, createMapReader, createRecordReader, createRecordStore, getRecordStoreFileExtensions, getRecordStoreInterfaceClass, getUrlPatterns, init, isCustomAttributionSupported, isSingleFile, setCustomAttributionSupported, setSingleFilegeometryReader, isBinaryaddMediaType, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateRecordWriter, isCustomAttributionSupported, isSingleFilegetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablecreateRecordReader, isBinarygetNamepublic AbstractRecordAndGeometryIoFactory(String name, boolean binary, 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 GeometryWriterFactorypublic Writer<Record> createRecordWriter(RecordDefinition recordDefinition, org.springframework.core.io.Resource resource)
createRecordWriter in interface RecordWriterFactoryrecordDefinition - The recordDefinition for the type of data to write.resource - The resource to write to.public Writer<Record> createRecordWriter(String baseName, RecordDefinition recordDefinition, OutputStream outputStream)
createRecordWriter in interface RecordWriterFactorypublic Set<CoordinateSystem> getCoordinateSystems()
getCoordinateSystems in interface RecordReaderFactorygetCoordinateSystems in interface RecordWriterFactorygetCoordinateSystems in interface GeometryReaderFactorygetCoordinateSystems in interface GeometryWriterFactorygetCoordinateSystems in class AbstractGeometryReaderFactorypublic boolean isCoordinateSystemSupported(CoordinateSystem coordinateSystem)
isCoordinateSystemSupported in interface RecordReaderFactoryisCoordinateSystemSupported in interface RecordWriterFactoryisCoordinateSystemSupported in interface GeometryReaderFactoryisCoordinateSystemSupported in interface GeometryWriterFactoryisCoordinateSystemSupported in class AbstractGeometryReaderFactorypublic boolean isGeometrySupported()
isGeometrySupported in interface RecordWriterFactoryprotected void setCoordinateSystems(CoordinateSystem... coordinateSystems)
setCoordinateSystems in class AbstractGeometryReaderFactoryprotected void setCoordinateSystems(Set<CoordinateSystem> coordinateSystems)
setCoordinateSystems in class AbstractGeometryReaderFactoryCopyright © 2015 Revolution Systems Inc.. All rights reserved.