Uses of Interface
org.geotools.styling.zoom.ZoomContextFinder
Packages that use ZoomContextFinder
Package
Description
Parser for YSLD into style objects.
-
Uses of ZoomContextFinder in org.geotools.styling.zoom
Classes in org.geotools.styling.zoom that implement ZoomContextFinderModifier and TypeClassDescriptionclass
A collection of commonly used ZoomContexts -
Uses of ZoomContextFinder in org.geotools.ysld
Method parameters in org.geotools.ysld with type arguments of type ZoomContextFinderModifier and TypeMethodDescriptionstatic 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.parseClasses in org.geotools.ysld.parse that implement ZoomContextFinderMethod parameters in org.geotools.ysld.parse with type arguments of type ZoomContextFinderModifier and TypeMethodDescriptionstatic 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 -
Uses of ZoomContextFinder in org.geotools.ysld.validate
Method parameters in org.geotools.ysld.validate with type arguments of type ZoomContextFinderModifier and TypeMethodDescriptionvoid
YsldValidator.setZCtxtFinders
(List<ZoomContextFinder> zCtxtFinders)
ZoomContextFinder
instead.