com.nutiteq.maps
Interface LocalMap

All Superinterfaces:
UnstreamedMap

public interface LocalMap
extends UnstreamedMap

Interface for reading map tiles from local resource (jar, file system).


Method Summary
 byte[] getTileImageData(int mapX, int mapY, int zoom)
          Read image from local resource
 
Methods inherited from interface com.nutiteq.maps.UnstreamedMap
buildPath
 

Method Detail

getTileImageData

byte[] getTileImageData(int mapX,
                        int mapY,
                        int zoom)
                        throws java.io.IOException
Read image from local resource

Parameters:
mapX - tile top left x position on map
mapY - tile top left y position on map
zoom - zoom level
Returns:
image for tile
Throws:
java.io.IOException