Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Overview

Constructors

Properties

Methods

Constructors

Private constructor

  • This class should not be instantiated by users of LuciadRIA.

    Returns LTSCapabilities

Properties

coverages

The list of coverages offered by the LuciadFusion LTS server.

service

General information about the LuciadFusion LTS server.

updateSequence

updateSequence: string

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

version

version: string

The LTS version of the capabilities.

Methods

Static fromURL

  • Creates LTS capabilities for the given URL and options.

    throws

    Error if the capabilities cannot be retrieved.

    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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method