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 classContinuousZoomContextZoom Context supporting non-integer levels.classListZoomContextA zoom context specified by an explicit list of scale denominators.classMedialZoomContextA zoom context that can find half way points between zoom levels.classRatioZoomContextZoomContext defined by an initial scale and a ratio between levels.Methods in org.geotools.styling.zoom that return ZoomContext Modifier and Type Method Description ZoomContextWellKnownZoomContextFinder. get(String name)ZoomContextZoomContextFinder. 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 interfaceZoomContextDeprecated.UseZoomContextinstead.Classes in org.geotools.ysld.parse that implement ZoomContext Modifier and Type Class Description classContinuousZoomContextDeprecated.UseContinuousZoomContextinstead.classListZoomContextDeprecated.UseListZoomContextinstead.classMedialZoomContextDeprecated.UseMedialZoomContextinstead.classRatioZoomContextDeprecated.UseRatioZoomContextinstead.Methods in org.geotools.ysld.parse that return ZoomContext Modifier and Type Method Description static ZoomContextUtil. getNamedZoomContext(String name, List<ZoomContextFinder> zCtxtFinders)Finds an applicableZoomContextbased on a nameprotected ZoomContextRootParser. getZoomContext(YamlMap map)protected ZoomContextRuleParser. 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 ZoomContextYsldValidateContext. getZCtxt()
-