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

Hierarchy

Constructors

  • Parameters

    • Optional opt_options: GMLOptions

      Optional configuration object.

    Returns GML3

    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

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.

    Api

  • Encode a geometry in GML 3.1.1 Simple Features.

    Parameters

    Returns Node

    Node.

    Api

Generated using TypeDoc