public class ShapefileIoFactory extends AbstractRecordAndGeometryIoFactory
| Constructor and Description |
|---|
ShapefileIoFactory() |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
createRecordReader(org.springframework.core.io.Resource resource,
RecordFactory recordFactory) |
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,
Charset charset) |
createGeometryWriter, createGeometryWriter, createGeometryWriter, createGeometryWriter, createRecordWriter, getCoordinateSystems, isCoordinateSystemSupported, isGeometrySupported, setCoordinateSystems, setCoordinateSystemsaddMediaTypeAndFileExtension, 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, waitisCustomAttributionSupported, isSingleFilegetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailableisBinarygetNamepublic RecordReader createRecordReader(org.springframework.core.io.Resource resource, RecordFactory recordFactory)
public Writer<Record> createRecordWriter(RecordDefinition recordDefinition, org.springframework.core.io.Resource resource)
AbstractRecordAndGeometryIoFactorycreateRecordWriter in interface RecordWriterFactorycreateRecordWriter in class AbstractRecordAndGeometryIoFactoryrecordDefinition - 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, Charset charset)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.