Package org.geotools.ysld.parse
Class RatioZoomContext
Object
MedialZoomContext
ContinuousZoomContext
RatioZoomContext
RatioZoomContext
- All Implemented Interfaces:
ZoomContext
Deprecated.
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
ConstructorsConstructorDescriptionRatioZoomContext
(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
-
Constructor Details
-
RatioZoomContext
public RatioZoomContext(double initialScale, double ratio) Deprecated. -
RatioZoomContext
public RatioZoomContext(int initialLevel, double initialScale, double ratio) Deprecated.
-
RatioZoomContext
instead.