Contains functionality to parse and access the capabilities of a LuciadFusion LTS server. All defined properties are read-only. If you want to visualize data from an LTS server, you need to create a model; please refer to FusionTileSetModel for more information.

Since

2019.1

Hierarchy

  • LTSCapabilities

Constructors

Properties

The list of coverages offered by the LuciadFusion LTS server.

General information about the LuciadFusion LTS server.

updateSequence: string

A document version number for the content defined in the capabilities.

version: string

The LTS version of the capabilities.

Methods

  • Creates LTS capabilities for the given URL and options.

    Parameters

    • url: string

      The location of the LTS service endpoint.

    • Optional options: LTSCapabilitiesFromUrlOptions

      The options that determine how the capabilities object is created.

    Returns Promise<LTSCapabilities>

    The LTS capabilities for the given URL and options. The promise is rejected if no supported version at both sides can be negotiated or if connecting to the URL fails.

    Throws

    Error if the capabilities cannot be retrieved.