public static interface BinarySerializer.PrimGroupWriterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addStringsToStringtable(StringTable
This callback is invoked on each group that is going into the fileblock in order to give it a chance to add to the stringtable pool of strings.
|
Osmformat |
serialize(BinarySerializer
This callback is invoked to request that the primgroup serialize itself into the given protocol buffer object.
|
void addStringsToStringtable(StringTablestable)
Osmformat.PrimitiveGroup serialize(BinarySerializer serializer)