Package org.geotools.api.style
Interface ResourceLocator
- All Known Implementing Classes:
DefaultResourceLocator
public interface ResourceLocator
Provides a hook to locate online resources in
ExternalGraphic
instances. To be used by parser implementers.-
Method Summary
-
Method Details
-
locateResource
Locate the specified resource.- Parameters:
uri
- uri of the resource- Returns:
- the fully resolved URL of the resource or null, if the resource cannot be located.
-