Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WfsUtils

Public WFS utils to get capabilties of WFS service

Hierarchy

  • WfsUtils

Index

Methods

Static getAlloyWfsFormatForValue

  • getAlloyWfsFormatForValue(value: string): AlloyWfsFormat | undefined
  • Checks whether output format value is supported

    Parameters

    • value: string

      output format value to check whether it's supported

    Returns AlloyWfsFormat | undefined

    AlloyWfsFormat enum value if provided value is supported

Static getCapabilities

  • Gets capabilties of WFS service and parses them as AlloyWfsCapabilties

    Parameters

    • url: string

      url of WFS service

    • Optional version: undefined | string

      optional version of Wfs service

    Returns Promise<AlloyWfsCapabilities>

Static getWfsFeatureProperties

Generated using TypeDoc