Uses of Interface
org.geotools.tpk.TPKZoomLevel
-
Packages that use TPKZoomLevel Package Description org.geotools.tpk -
-
Uses of TPKZoomLevel in org.geotools.tpk
Classes in org.geotools.tpk that implement TPKZoomLevel Modifier and Type Class Description class
TPKZoomLevelV1
TPKZoomLevel interface implementation for ESRI Compact Cache V1 filesclass
TPKZoomLevelV2
TPKZoomLevel interface implementation for ESRI Compact Cache V2 filesFields in org.geotools.tpk with type parameters of type TPKZoomLevel Modifier and Type Field Description protected Map<Long,TPKZoomLevel>
TPKReader. zoomLevelMap
Constructor parameters in org.geotools.tpk with type arguments of type TPKZoomLevel Constructor Description TPKFile(File theFile, Map<Long,TPKZoomLevel> zoomLevelMap)
Constructor -- used for first open of a TPK file, parses the conf.xml file and builds the zoomLevelMapTPKFile(File theFile, Map<Long,TPKZoomLevel> zoomLevelMap, Bounds bounds, String imageFormat)
Constructor -- used for all subsequent opens of the TPK file (ie once the zoomLevelMap has been created)
-