refactoring of TileLayer, some more

This commit is contained in:
Hannes Janetzek
2013-04-23 01:13:21 +02:00
parent 2bc71090b3
commit 676b994f2d
15 changed files with 409 additions and 378 deletions

View File

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