public abstract class MedialZoomContext extends Object implements ZoomContext
HINT_ID| Constructor and Description |
|---|
MedialZoomContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract double |
getMedialScale(int level)
Get a scale between the given zoom level and the next
|
ScaleRange |
getRange(Integer min,
Integer max)
Return a scale range covering the specified zoom level but no others.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScaleDenominator, isInRangeprotected abstract double getMedialScale(int level)
public ScaleRange getRange(@Nullable Integer min, @Nullable Integer max)
ZoomContextgetRange in interface ZoomContextmin - Minimum zoom level. Absent for open ended.max - Maximum zoom level. Absent for open ended.Copyright © 1996–2019 Geotools. All rights reserved.