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.
|
getRangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRange, isInRangeprotected abstract double getScaleDenominator(double level)
level - The levelpublic double getScaleDenominator(int level)
getScaleDenominator in interface ZoomContextlevel - The levelprotected double getMedialScale(int level)
getMedialScale in class MedialZoomContextCopyright © 1996–2019 Geotools. All rights reserved.