-
public class GEMFFileGEMF File handler class.
Reference: https://sites.google.com/site/abudden/android-map-store
Do not reference any android specific code in this class, it is reused in the JRE Tile Packager
-
-
Method Summary
Modifier and Type Method Description voidclose()StringgetName()LinkedHashMap<Integer, String>getSources()voidselectSource(int pSource)voidacceptAnySource()Set<Integer>getZoomLevels()InputStreamgetInputStream(int pX, int pY, int pZ)-
-
Method Detail
-
close
void close()
-
getSources
LinkedHashMap<Integer, String> getSources()
-
selectSource
void selectSource(int pSource)
-
acceptAnySource
void acceptAnySource()
-
getZoomLevels
Set<Integer> getZoomLevels()
-
getInputStream
InputStream getInputStream(int pX, int pY, int pZ)
-
-
-
-