org.geotools.styling
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 implementors.
- Module:
modules/library/api (gt-api.jar)
- Source repository:
-
http://svn.osgeo.org/geotools/tags/2.7.4/modules/library/api/src/main/java/org/geotools/styling/ResourceLocator.java
locateResource
URL locateResource(String uri)
- 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.
Copyright © 1996-2014 Geotools. All Rights Reserved.