Uses of Class
org.geotools.tile.impl.ScaleZoomLevelMatcher
-
Packages that use ScaleZoomLevelMatcher Package Description org.geotools.tile org.geotools.tile.impl -
-
Uses of ScaleZoomLevelMatcher in org.geotools.tile
Methods in org.geotools.tile with parameters of type ScaleZoomLevelMatcher Modifier and Type Method Description intTileService. getZoomLevelFromMapScale(ScaleZoomLevelMatcher zoomLevelMatcher, double scaleFactor)Translates the map scale into a zoom-level for the map services.intTileService. getZoomLevelToUse(ScaleZoomLevelMatcher zoomLevelMatcher, double scaleFactor, boolean useRecommended)Returns the zoom-level that should be used to fetch the tiles. -
Uses of ScaleZoomLevelMatcher in org.geotools.tile.impl
Methods in org.geotools.tile.impl that return ScaleZoomLevelMatcher Modifier and Type Method Description static ScaleZoomLevelMatcherScaleZoomLevelMatcher. createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale)
-