public interface GeometryWriterFactory extends IoFactory
| 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) |
Set<CoordinateSystem> |
getCoordinateSystems() |
boolean |
isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailableWriter<Geometry> createGeometryWriter(org.springframework.core.io.Resource resource)
Writer<Geometry> createGeometryWriter(String baseName, OutputStream out)
Writer<Geometry> createGeometryWriter(String baseName, OutputStream out, Charset charset)
Set<CoordinateSystem> getCoordinateSystems()
boolean isCoordinateSystemSupported(CoordinateSystem coordinateSystem)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.