Uses of Interface
org.geotools.styling.zoom.ZoomContextFinder
-
Packages that use ZoomContextFinder Package Description org.geotools.styling.zoom org.geotools.ysld org.geotools.ysld.parse Parser for YSLD into style objects.org.geotools.ysld.validate -
-
Uses of ZoomContextFinder in org.geotools.styling.zoom
Classes in org.geotools.styling.zoom that implement ZoomContextFinder Modifier and Type Class Description class
WellKnownZoomContextFinder
A collection of commonly used ZoomContexts -
Uses of ZoomContextFinder in org.geotools.ysld
Method parameters in org.geotools.ysld with type arguments of type ZoomContextFinder Modifier and Type Method Description static StyledLayerDescriptor
Ysld. parse(Object ysld, List<ZoomContextFinder> zCtxtFinders, ResourceLocator locator)
Parses a Ysld stream into GeoTools style objects.static StyledLayerDescriptor
Ysld. parse(Object ysld, List<ZoomContextFinder> zCtxtFinders, ResourceLocator locator, UomMapper uomMapper)
Parses a Ysld stream into GeoTools style objects.static List<MarkedYAMLException>
Ysld. validate(Object ysld, List<ZoomContextFinder> zContextFinders, UomMapper uomMapper)
Validates a Ysld stream. -
Uses of ZoomContextFinder in org.geotools.ysld.parse
Subinterfaces of ZoomContextFinder in org.geotools.ysld.parse Modifier and Type Interface Description interface
ZoomContextFinder
Deprecated.UseZoomContextFinder
instead.Classes in org.geotools.ysld.parse that implement ZoomContextFinder Modifier and Type Class Description class
WellKnownZoomContextFinder
Deprecated.UseWellKnownZoomContextFinder
instead.Method parameters in org.geotools.ysld.parse with type arguments of type ZoomContextFinder Modifier and Type Method Description static ZoomContext
Util. getNamedZoomContext(String name, List<ZoomContextFinder> zCtxtFinders)
Finds an applicableZoomContext
based on a namevoid
YsldParser. setZoomContextFinders(List<ZoomContextFinder> zCtxtFinders)
Constructor parameters in org.geotools.ysld.parse with type arguments of type ZoomContextFinder Constructor Description RootParser(List<ZoomContextFinder> zCtxtFinders)
-
Uses of ZoomContextFinder in org.geotools.ysld.validate
Method parameters in org.geotools.ysld.validate with type arguments of type ZoomContextFinder Modifier and Type Method Description void
YsldValidator. setZCtxtFinders(List<ZoomContextFinder> zCtxtFinders)
-