Uses of Interface
org.geotools.api.style.ResourceLocator
Packages that use ResourceLocator
Package
Description
Allows for symbolization of geospatial data.
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 ResourceLocatorModifierConstructorDescriptionExternalGraphicBinding
(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 ResourceLocatorModifier and TypeFieldDescriptionprotected ResourceLocator
SLDExternalGraphicBinding.resourceLocator
Constructors in org.geotools.sld.bindings with parameters of type ResourceLocatorModifierConstructorDescriptionSLDExternalGraphicBinding
(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 ResourceLocatorModifier and TypeClassDescriptionclass
Default locator for online resources. -
Uses of ResourceLocator in org.geotools.xml.styling
Methods in org.geotools.xml.styling with parameters of type ResourceLocatorModifier and TypeMethodDescriptionvoid
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 ResourceLocatorModifier 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. -
Uses of ResourceLocator in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type ResourceLocator