Class TLcyWMSEcdisAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.ALcyPreferencesAddOn
com.luciad.lucy.addons.wmsclient.ecdis.TLcyWMSEcdisAddOn
This add-on allows to customize the styling of Ecdis data when the Ecdis data is requested from a LuciadFusion WMS server. When requesting Ecdis data from a LuciadFusion WMS server, it is possible to send the S-52 display settings along in the request. The LuciadFusion WMS server will respect those display settings, and return images rendered with those settings.
This add-on also ensures that the UI to alter the Ecdis display settings is shown when you are connected to a LuciadFusion WMS server and requested Ecdis data.
This add-on only works in combination with the TLcyWMSClientAddOn
and
the TLcyS57DecoderAddOn
.
This add-on is final and has no customization options.
- Since:
- 2015.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Creates and plugs in the add-on's preferences tool.Methods inherited from class com.luciad.lucy.addons.ALcyPreferencesAddOn
createPreferencesTool, getLongPrefix, getLucyEnv, getPreferences, getPreferencesTool, getShortPrefix, unplugFrom
Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyWMSEcdisAddOn
public TLcyWMSEcdisAddOn()Default constructor.
-
-
Method Details
-
plugInto
Description copied from class:ALcyPreferencesAddOn
Creates and plugs in the add-on's preferences tool.- Overrides:
plugInto
in classALcyPreferencesAddOn
- Parameters:
aLucyEnv
- the Lucy environment to plug into- See Also:
-