public abstract class ContinuousZoomContext extends MedialZoomContext implements ZoomContext
HINT_ID
Constructor and Description |
---|
ContinuousZoomContext() |
Modifier and Type | Method and Description |
---|---|
protected double |
getMedialScale(int level)
Get a scale between the given zoom level and the next
|
protected abstract double |
getScaleDenominator(double level)
Find the reciprocal of the scale at a specified zoom level in this context.
|
double |
getScaleDenominator(int level)
Find the reciprocal of the scale at a specified zoom level in this context.
|
getRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRange, isInRange
protected abstract double getScaleDenominator(double level)
level
- The levelpublic double getScaleDenominator(int level)
getScaleDenominator
in interface ZoomContext
level
- The levelprotected double getMedialScale(int level)
getMedialScale
in class MedialZoomContext
Copyright © 1996–2019 Geotools. All rights reserved.