public class JsonRecordIoFactory extends AbstractRecordAndGeometryWriterFactory
| Constructor and Description |
|---|
JsonRecordIoFactory() |
| Modifier and Type | Method and Description |
|---|---|
Writer<Record> |
createRecordWriter(String baseName,
RecordDefinition recordDefinition,
OutputStream outputStream,
Charset charset) |
static Record |
toRecord(RecordDefinition recordDefinition,
String string) |
static List<Record> |
toRecordList(RecordDefinition recordDefinition,
String string) |
static String |
toString(Record object) |
static String |
toString(RecordDefinition recordDefinition,
List<? extends Map<String,Object>> list) |
static String |
toString(RecordDefinition recordDefinition,
Map<String,? extends Object> parameters) |
createGeometryWriter, createGeometryWriter, createGeometryWriter, createGeometryWritercreateRecordWriter, createRecordWriter, getCoordinateSystems, isCoordinateSystemSupported, isCustomAttributionSupported, isGeometrySupported, isSingleFile, setCoordinateSystems, setCoordinateSystems, setSingleFileaddMediaType, addMediaTypeAndFileExtension, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCoordinateSystems, isCoordinateSystemSupportedgetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablepublic static final Record toRecord(RecordDefinition recordDefinition, String string)
public static List<Record> toRecordList(RecordDefinition recordDefinition, String string)
public static String toString(RecordDefinition recordDefinition, List<? extends Map<String,Object>> list)
public static String toString(RecordDefinition recordDefinition, Map<String,? extends Object> parameters)
public Writer<Record> createRecordWriter(String baseName, RecordDefinition recordDefinition, OutputStream outputStream, Charset charset)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.