Class LineModel

Object used to expose the OpenLayer map.

Example of usage:

   (window as any).gmfapi.store.line.getLine().subscribe({
next: (line: OlGeomLineString) => {
if (line) {
...
}
},
})

Hierarchy

  • LineModel

Constructors

Methods

Constructors

Methods

  • Get the lines

    Returns

    The existing line.

    Returns BehaviorSubject<LineString>

  • Set the line.

    Parameters

    • line: LineString

      The line

    Returns void

Generated using TypeDoc