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 int
TileService. getZoomLevelFromMapScale(ScaleZoomLevelMatcher zoomLevelMatcher, double scaleFactor)
Translates the map scale into a zoom-level for the map services.int
TileService. 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 ScaleZoomLevelMatcher
ScaleZoomLevelMatcher. createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale)
-