- extract common protobuf decoder to ProtobufDecoder

- move LwHttp and ProtobufDecotder to common
- rename MapDatabaseCallback to MapDataSink
This commit is contained in:
Hannes Janetzek
2013-05-22 12:39:58 +02:00
parent 700f3e403e
commit 127deb0655
14 changed files with 1380 additions and 2106 deletions

View File

@@ -16,7 +16,7 @@ package org.oscim.core;
/**
* MapElement is created by MapDatabase(s) and passed to MapTileLoader
* via IMapDatabaseCallback.renderElement() MapTileLoader processes the
* via IMapDataSink.renderElement() MapTileLoader processes the
* data into MapTile.layers.
* -----
* This is really just a buffer object that belongs to MapDatabase, so