Uses of Interface
org.geotools.api.style.ResourceLocator
-
Packages that use ResourceLocator Package Description org.geotools.se.v1_1.bindings org.geotools.sld.bindings org.geotools.styling Allows for symbolization of geospatial data.org.geotools.xml.styling org.geotools.ysld org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of ResourceLocator in org.geotools.se.v1_1.bindings
Constructors in org.geotools.se.v1_1.bindings with parameters of type ResourceLocator Constructor Description ExternalGraphicBinding(StyleFactory styleFactory, ResourceLocator resourceLocator)
MarkBinding(StyleFactory styleFactory, FilterFactory filterFactory, ResourceLocator resourceLocator)
OnlineResourceBinding(ResourceLocator resourceLocator)
-
Uses of ResourceLocator in org.geotools.sld.bindings
Fields in org.geotools.sld.bindings declared as ResourceLocator Modifier and Type Field Description protected ResourceLocator
SLDExternalGraphicBinding. resourceLocator
Constructors in org.geotools.sld.bindings with parameters of type ResourceLocator Constructor Description SLDExternalGraphicBinding(StyleFactory styleFactory, ResourceLocator resourceLocator)
SLDMarkBinding(StyleFactory styleFactory, FilterFactory filterFactory, ResourceLocator resourceLocator)
SLDOnlineResourceBinding(ResourceLocator resourceLocator)
-
Uses of ResourceLocator in org.geotools.styling
Classes in org.geotools.styling that implement ResourceLocator Modifier and Type Class Description class
DefaultResourceLocator
Default locator for online resources. -
Uses of ResourceLocator in org.geotools.xml.styling
Methods in org.geotools.xml.styling with parameters of type ResourceLocator Modifier and Type Method Description void
SLDParser. setOnLineResourceLocator(ResourceLocator onlineResourceLocator)
Sets the resource loader implementation for parsing online resources. -
Uses of ResourceLocator in org.geotools.ysld
Methods in org.geotools.ysld with parameters of type ResourceLocator 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. -
Uses of ResourceLocator in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type ResourceLocator Modifier and Type Method Description void
YsldParser. setResourceLocator(ResourceLocator locator)
-