Package com.luciad.ogc.sld.view
Interface ILcdSLDOnlineResourceResolver
public interface ILcdSLDOnlineResourceResolver
This interface allows to customize the location of an
online resource.
An online resource is used in SLD to represent the location of an external graphic, such as a bitmap residing
on a local disk or on a web server. The location found in the SLD file is stored in the
resource's href property. By implementing this interface, you can customize
this location at runtime; for instance, to map a relative path to an absolute path.- Since:
- 2023.0
-
Method Summary
Modifier and TypeMethodDescriptionresolve(TLcdSLDOnlineResource aSLDOnlineResource) Returns the location of the given online resource.
-
Method Details
-
resolve
Returns the location of the given online resource.- Parameters:
aSLDOnlineResource- an online resource- Returns:
- the location of the given online resource.
-