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.bindingsConstructors 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.bindingsFields in org.geotools.sld.bindings declared as ResourceLocator Modifier and Type Field Description protected ResourceLocatorSLDExternalGraphicBinding. resourceLocatorConstructors 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.stylingClasses in org.geotools.styling that implement ResourceLocator Modifier and Type Class Description classDefaultResourceLocatorDefault locator for online resources.
- 
Uses of ResourceLocator in org.geotools.xml.stylingMethods in org.geotools.xml.styling with parameters of type ResourceLocator Modifier and Type Method Description voidSLDParser. setOnLineResourceLocator(ResourceLocator onlineResourceLocator)Sets the resource loader implementation for parsing online resources.
- 
Uses of ResourceLocator in org.geotools.ysldMethods in org.geotools.ysld with parameters of type ResourceLocator 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.
- 
Uses of ResourceLocator in org.geotools.ysld.parseMethods in org.geotools.ysld.parse with parameters of type ResourceLocator Modifier and Type Method Description voidYsldParser. setResourceLocator(ResourceLocator locator)
 
-