public class ShapeFileRecordWriter extends Object implements au.org.ala.biocache.RecordWriter
| Constructor and Description |
|---|
ShapeFileRecordWriter(String filename,
OutputStream out,
String[] header) |
| Modifier and Type | Method and Description |
|---|---|
void |
finalise()
Indicates that the download has completed and the shape file should be generated and
written to the supplied output stream.
|
Map<String,String> |
getHeaderMappings() |
void |
write(String[] record)
Writes a new record to the download.
|
public ShapeFileRecordWriter(String filename, OutputStream out, String[] header)
public void finalise()
finalise in interface au.org.ala.biocache.RecordWriterpublic void write(String[] record)
write in interface au.org.ala.biocache.RecordWriterCopyright © 2014. All rights reserved.