Classdesc

Feature format for reading and writing data in the GML format version 3.1.1. Currently only supports GML 3.1.1 Simple Features profile.

Param: opt_options

Optional configuration object.

Api

stable

Hierarchy

Constructors

  • Parameters

    • Optional opt_options: GMLOptions

      Optional configuration object.

    Returns GML

    Classdesc

    Feature format for reading and writing data in the GML format version 3.1.1. Currently only supports GML 3.1.1 Simple Features profile.

    Api

    stable

Methods

  • Read all features from a GML FeatureCollection.

    Parameters

    • source: string | Object | Node | Document

      Source.

    • Optional opt_options: ReadOptions

      Options.

    Returns ol.Feature[]

    Features.

    Function

    Api

    stable

  • Encode an array of features in GML 3.1.1 Simple Features.

    Parameters

    Returns string

    Result.

    Function

    Api

    stable

  • Encode an array of features in the GML 3.1.1 format as an XML node.

    Parameters

    Returns Node

    Node.

    Function

    Api

Generated using TypeDoc