Uses of Interface
org.geotools.styling.zoom.ZoomContext
-
Packages that use ZoomContext Package Description org.geotools.styling.zoom org.geotools.ysld.parse Parser for YSLD into style objects.org.geotools.ysld.validate -
-
Uses of ZoomContext in org.geotools.styling.zoom
Classes in org.geotools.styling.zoom that implement ZoomContext 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
MedialZoomContext
A zoom context that can find half way points between zoom levels.class
RatioZoomContext
ZoomContext defined by an initial scale and a ratio between levels.Methods in org.geotools.styling.zoom that return ZoomContext Modifier and Type Method Description ZoomContext
WellKnownZoomContextFinder. get(String name)
ZoomContext
ZoomContextFinder. get(String name)
Get a named ZoomContext -
Uses of ZoomContext in org.geotools.ysld.parse
Subinterfaces of ZoomContext in org.geotools.ysld.parse Modifier and Type Interface Description interface
ZoomContext
Deprecated.UseZoomContext
instead.Classes in org.geotools.ysld.parse that implement ZoomContext 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.Methods in org.geotools.ysld.parse that return ZoomContext Modifier and Type Method Description static ZoomContext
Util. getNamedZoomContext(String name, List<ZoomContextFinder> zCtxtFinders)
Finds an applicableZoomContext
based on a nameprotected ZoomContext
RootParser. getZoomContext(YamlMap map)
protected ZoomContext
RuleParser. getZoomContext(YamlParseContext context)
-
Uses of ZoomContext in org.geotools.ysld.validate
Methods in org.geotools.ysld.validate that return ZoomContext Modifier and Type Method Description ZoomContext
YsldValidateContext. getZCtxt()
-