public class KmlIoFactory extends AbstractRecordAndGeometryWriterFactory implements MapWriterFactory, GeometryReaderFactory
| Modifier and Type | Field and Description |
|---|---|
static Set<CoordinateSystem> |
COORDINATE_SYSTEMS |
| Constructor and Description |
|---|
KmlIoFactory() |
| Modifier and Type | Method and Description |
|---|---|
GeometryReader |
createGeometryReader(org.springframework.core.io.Resource resource) |
Writer<Record> |
createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
Set<CoordinateSystem> |
getCoordinateSystems() |
MapWriter |
getMapWriter(OutputStream out) |
MapWriter |
getMapWriter(OutputStream out,
Charset charset) |
MapWriter |
getMapWriter(org.springframework.core.io.Resource resource) |
MapWriter |
getMapWriter(Writer out) |
boolean |
isBinary() |
boolean |
isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
boolean |
isCustomAttributionSupported() |
boolean |
isGeometrySupported() |
createGeometryWriter, createGeometryWriter, createGeometryWriter, createGeometryWritercreateRecordWriter, createRecordWriter, isSingleFile, setCoordinateSystems, setCoordinateSystems, setSingleFileaddMediaType, addMediaTypeAndFileExtension, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablepublic static final Set<CoordinateSystem> COORDINATE_SYSTEMS
public GeometryReader createGeometryReader(org.springframework.core.io.Resource resource)
createGeometryReader in interface GeometryReaderFactorypublic Writer<Record> createRecordWriter(String baseName, RecordDefinition recordDefinition, OutputStream outputStream, Charset charset)
createRecordWriter in interface RecordWriterFactorypublic Set<CoordinateSystem> getCoordinateSystems()
getCoordinateSystems in interface RecordWriterFactorygetCoordinateSystems in interface GeometryReaderFactorygetCoordinateSystems in interface GeometryWriterFactorygetCoordinateSystems in class AbstractRecordWriterFactorypublic MapWriter getMapWriter(Writer out)
getMapWriter in interface MapWriterFactorypublic MapWriter getMapWriter(OutputStream out)
getMapWriter in interface MapWriterFactorypublic MapWriter getMapWriter(OutputStream out, Charset charset)
getMapWriter in interface MapWriterFactorypublic MapWriter getMapWriter(org.springframework.core.io.Resource resource)
getMapWriter in interface MapWriterFactorypublic boolean isBinary()
isBinary in interface GeometryReaderFactorypublic boolean isCoordinateSystemSupported(CoordinateSystem coordinateSystem)
isCoordinateSystemSupported in interface RecordWriterFactoryisCoordinateSystemSupported in interface GeometryReaderFactoryisCoordinateSystemSupported in interface GeometryWriterFactoryisCoordinateSystemSupported in class AbstractRecordWriterFactorypublic boolean isCustomAttributionSupported()
isCustomAttributionSupported in interface RecordWriterFactoryisCustomAttributionSupported in interface MapWriterFactoryisCustomAttributionSupported in class AbstractRecordWriterFactorypublic boolean isGeometrySupported()
isGeometrySupported in interface RecordWriterFactoryisGeometrySupported in interface MapWriterFactoryisGeometrySupported in class AbstractRecordWriterFactoryCopyright © 2015 Revolution Systems Inc.. All rights reserved.