Classdesc

Feature format for *.igc flight recording files.

Param: opt_options

Options.

Api

Hierarchy

Constructors

  • Parameters

    Returns IGC

    Classdesc

    Feature format for *.igc flight recording files.

    Api

Methods

  • Read the feature from the IGC source.

    Parameters

    • source: string | Object | Node | Document

      Source.

    • Optional opt_options: ReadOptions

      Read options.

    Returns ol.Feature

    Feature.

    Function

    Api

  • Read the feature from the source. As IGC sources contain a single feature, this will return the feature in an array.

    Parameters

    • source: string | Object | Node | Document

      Source.

    • Optional opt_options: ReadOptions

      Read options.

    Returns ol.Feature[]

    Features.

    Function

    Api

  • Read the projection from the IGC source.

    Parameters

    • source: string | Object | Node | Document

      Source.

    Returns Projection

    Projection.

    Function

    Api

Generated using TypeDoc