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