Package org.geotools.ysld.parse
Class RatioZoomContext
- Object
-
- MedialZoomContext
-
- ContinuousZoomContext
-
- RatioZoomContext
-
- RatioZoomContext
-
- All Implemented Interfaces:
ZoomContext
public class RatioZoomContext extends RatioZoomContext
Deprecated.UseRatioZoomContext
instead.ZoomContext defined by an initial scale and a ratio between levels.- Author:
- Kevin Smith, Boundless
-
-
Field Summary
-
Fields inherited from interface ZoomContext
HINT_ID
-
-
Constructor Summary
Constructors Constructor Description RatioZoomContext(double initialScale, double ratio)
Deprecated.RatioZoomContext(int initialLevel, double initialScale, double ratio)
Deprecated.
-
Method Summary
-
Methods inherited from class RatioZoomContext
getMedialScale, getScaleDenominator, isInRange
-
Methods inherited from class ContinuousZoomContext
getScaleDenominator
-
Methods inherited from class MedialZoomContext
getRange
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ZoomContext
getRange, getScaleDenominator
-
-