Classdesc

Abstract base class; normally only used for creating subclasses and not instantiated in apps. Feature base format for reading and writing data in the GML format. This class cannot be instantiated, it contains only base content that is shared with versioned format classes ol.format.GML2 and ol.format.GML3.

Param: opt_options

Optional configuration object.

Hierarchy

Constructors

Methods

Constructors

  • Parameters

    • Optional opt_options: GMLOptions

      Optional configuration object.

    Returns GMLBase

    Classdesc

    Abstract base class; normally only used for creating subclasses and not instantiated in apps. Feature base format for reading and writing data in the GML format. This class cannot be instantiated, it contains only base content that is shared with versioned format classes ol.format.GML2 and ol.format.GML3.

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

Generated using TypeDoc