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 classWellKnownZoomContextFinderA 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 StyledLayerDescriptorYsld. parse(Object ysld, List<ZoomContextFinder> zCtxtFinders, ResourceLocator locator)Parses a Ysld stream into GeoTools style objects.static StyledLayerDescriptorYsld. 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 interfaceZoomContextFinderDeprecated.UseZoomContextFinderinstead.Classes in org.geotools.ysld.parse that implement ZoomContextFinder Modifier and Type Class Description classWellKnownZoomContextFinderDeprecated.UseWellKnownZoomContextFinderinstead.Method parameters in org.geotools.ysld.parse with type arguments of type ZoomContextFinder Modifier and Type Method Description static ZoomContextUtil. getNamedZoomContext(String name, List<ZoomContextFinder> zCtxtFinders)Finds an applicableZoomContextbased on a namevoidYsldParser. 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 voidYsldValidator. setZCtxtFinders(List<ZoomContextFinder> zCtxtFinders)
-