Package | Description |
---|---|
org.geotools.tile | |
org.geotools.tile.impl |
Modifier and Type | Method and Description |
---|---|
int |
TileService.getZoomLevelFromMapScale(ScaleZoomLevelMatcher zoomLevelMatcher,
int scaleFactor)
Translates the map scale into a zoom-level for the map services.
|
int |
TileService.getZoomLevelToUse(ScaleZoomLevelMatcher zoomLevelMatcher,
int scaleFactor,
boolean useRecommended)
Returns the zoom-level that should be used to fetch the tiles.
|
Modifier and Type | Method and Description |
---|---|
static ScaleZoomLevelMatcher |
ScaleZoomLevelMatcher.createMatcher(ReferencedEnvelope requestExtent,
CoordinateReferenceSystem crsTiles,
double scale) |
static ScaleZoomLevelMatcher |
ScaleZoomLevelMatcher.createMatcher(ReferencedEnvelope mapExtentMapCrs,
double scale,
TileService wmtSource)
Deprecated.
is wmtSource.getTileCrs() really meaningful?
|
Copyright © 1996–2019 Geotools. All rights reserved.