Uses of Class
org.geotools.tile.impl.ScaleZoomLevelMatcher
Packages that use ScaleZoomLevelMatcher
-
Uses of ScaleZoomLevelMatcher in org.geotools.tile
Methods in org.geotools.tile with parameters of type ScaleZoomLevelMatcherModifier and TypeMethodDescriptionintTileService.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 ScaleZoomLevelMatcherModifier and TypeMethodDescriptionstatic ScaleZoomLevelMatcherScaleZoomLevelMatcher.createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale)