com.nutiteq.maps
Interface UnstreamedMap
- All Known Implementing Classes:
- BlomOrthoMap, CloudMade, DigitalGlobeMap, JaredOpenStreetMap, KaMap, MultiStoredMap, NavteqMapTP, OpenStreetMap, QKMap, SimpleWMSMap, StoredMap, TMSMap, UnstreamedDoubleSizedTilesMap
public interface UnstreamedMap
Interface for map definition, that retrieves every map tile separately.
- See Also:
StreamedMap
|
Method Summary |
java.lang.String |
buildPath(int mapX,
int mapY,
int zoom)
Build path for the tile image. |
buildPath
java.lang.String buildPath(int mapX,
int mapY,
int zoom)
- Build path for the tile image. Images reading from network and application
jar is supported.
- Parameters:
mapX - tile top-left corner x on pixel mapmapY - tile top-left corner x on pixel mapzoom - zoom level
- Returns:
- path for the tile image.
For on-line URL must start with "http://" or "https://";
for filesystem starts with "file://";
for application package resource starts with "/"