Skip navigation links
LuciadFusion
2023.1.08

Package com.luciad.fusion.platform.services.configuration

This package contains the necessary interfaces and classes for configuring a service type (WMS, WFS, WCS, etc) that can be used in LuciadFusion.

See: Description

Package com.luciad.fusion.platform.services.configuration Description

This package contains the necessary interfaces and classes for configuring a service type (WMS, WFS, WCS, etc) that can be used in LuciadFusion.

To add your own service type to LuciadFusion:

  1. Implement the ILfnServiceTypeConfiguration interface to define the type and endpoint path.
  2. Implement the ILfnServiceTypeProductValidator interface to limit what can be added.
  3. Add your ILfnServiceTypeConfiguration implementation to the Spring application context so LuciadFusion can pick it up.
Since:
2021.0
See Also:
ILfnServiceTypeConfiguration
Skip navigation links
LuciadFusion
2023.1.08