public abstract class AbstractGeometryWriterFactory extends AbstractIoFactory implements GeometryWriterFactory
| Constructor and Description |
|---|
AbstractGeometryWriterFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
Writer<Geometry> |
createGeometryWriter(org.springframework.core.io.Resource resource)
Create a writer to write to the specified resource.
|
Writer<Geometry> |
createGeometryWriter(String baseName,
OutputStream out)
Create a reader for the file using the (
ArrayGeometryFactory). |
static Writer<Geometry> |
createWriter(org.springframework.core.io.Resource resource) |
addMediaType, addMediaTypeAndFileExtension, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateGeometryWriter, getCoordinateSystems, isCoordinateSystemSupportedgetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablepublic AbstractGeometryWriterFactory(String name)
public static Writer<Geometry> createWriter(org.springframework.core.io.Resource resource)
public Writer<Geometry> createGeometryWriter(org.springframework.core.io.Resource resource)
createGeometryWriter in interface GeometryWriterFactoryresource - The resource to write to.public Writer<Geometry> createGeometryWriter(String baseName, OutputStream out)
ArrayGeometryFactory).createGeometryWriter in interface GeometryWriterFactorybaseName - The base file name to write to.out - The output stream to write to.Copyright © 2015 Revolution Systems Inc.. All rights reserved.