Package org.geotools.api.style
Interface ResourceLocator
-
- All Known Implementing Classes:
DefaultResourceLocator
public interface ResourceLocator
Provides a hook to locate online resources inExternalGraphic
instances. To be used by parser implementers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL
locateResource(String uri)
Locate the specified resource.
-