public class TboWriter extends BlockWriterimplements OsmOutputStream
| Constructor and Description |
|---|
TboWriter(CompactWriter
|
TboWriter(CompactWriter
|
TboWriter(OutputStream
|
TboWriter(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
void |
write(OsmBounds
|
void |
write(OsmNode
|
void |
write(OsmRelation
|
void |
write(OsmWay
|
void |
writeMetadata(Metadata
|
writeBlock, writeBlockpublic TboWriter(OutputStreamoutput)
public TboWriter(OutputStreamoutput, boolean lowMemoryFootPrint)
public TboWriter(CompactWriterwriter, int batchSize)
public TboWriter(CompactWriterwriter, int batchSize, boolean lowMemoryFootPrint)
public void writeMetadata(Metadatametadata) throws IOException
IOException
public void write(OsmBoundsbounds) throws IOException
write in interface
OsmOutputStream
IOException
public void write(OsmNodenode) throws IOException
write in interface
OsmOutputStream
IOException
public void write(OsmWayway) throws IOException
write in interface
OsmOutputStream
IOException
public void write(OsmRelationrelation) throws IOException
write in interface
OsmOutputStream
IOException
public void complete()
throws IOException
complete in interface
OsmOutputStream
IOException