Options
All
  • Public
  • Public/Protected
  • All
Menu

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

since

2019.1

Hierarchy

  • WFSCapabilities

Overview

Constructors

Private constructor

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

    Returns WFSCapabilities

Properties

featureTypes

The list of feature types offered by the WFS server.

operations

The request operations supported by the WFS server.

service

General information about the WFS server.

updateSequence

updateSequence: number | string

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

version

version: string

The WFS version of the capabilities.

Methods

Static fromURL

  • Creates WFS capabilities for the given URL and options.

    Parameters

    • url: string

      The location of the WFS service endpoint.

    • Optional options: WFSCapabilitiesFromUrlOptions

      The options that determine how the capabilities object is created.

    Returns Promise<WFSCapabilities>

    The WFS 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