Uses of Class
org.geotools.styling.zoom.MedialZoomContext
-
Packages that use MedialZoomContext Package Description org.geotools.styling.zoom org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of MedialZoomContext in org.geotools.styling.zoom
Subclasses of MedialZoomContext in org.geotools.styling.zoom Modifier and Type Class Description class
ContinuousZoomContext
Zoom Context supporting non-integer levels.class
ListZoomContext
A zoom context specified by an explicit list of scale denominators.class
RatioZoomContext
ZoomContext defined by an initial scale and a ratio between levels. -
Uses of MedialZoomContext in org.geotools.ysld.parse
Subclasses of MedialZoomContext in org.geotools.ysld.parse Modifier and Type Class Description class
ContinuousZoomContext
Deprecated.UseContinuousZoomContext
instead.class
ListZoomContext
Deprecated.UseListZoomContext
instead.class
MedialZoomContext
Deprecated.UseMedialZoomContext
instead.class
RatioZoomContext
Deprecated.UseRatioZoomContext
instead.
-