Class TLfnLTSCapabilities

java.lang.Object
com.luciad.fusion.common.TLfnLTSCapabilities

public class TLfnLTSCapabilities extends Object
A representation of Luciad Tile Service (LTS) capabilities. The capabilities contain the service version and a collection of operations supported by the service.
Since:
10.0
See Also:
  • Constructor Details

    • TLfnLTSCapabilities

      public TLfnLTSCapabilities(String aVersion, Collection<TLfnLTSOperation> aOperations)
      Creates the capabilities.
      Parameters:
      aVersion - the service version
      aOperations - the operations supported by the service
  • Method Details

    • getVersion

      public String getVersion()
      Gets the version of these capabilities.
      Returns:
      the version of these capabilities
    • getOperations

      public Collection<TLfnLTSOperation> getOperations()
      Gets the requests supported by the LuciadFusion service.
      Returns:
      a collection of requests supported by the LuciadFusion service