Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RangeSelector

The RangeSelector is a tool to create and modify Ranges on a single geometry or multiple line geometries. A Range represents a part/subsegment on a line geometry or multiple line geometries and allows separate attribution.

Hierarchy

  • RangeSelector

Index

Methods

Methods

add

  • Add Navlink(s) to RangeSelector tool.

    Parameters

    Returns void

hide

  • hide(): void
  • hides all Ranges and the RangeSelector tool itself.

    Returns void

info

  • detailed information about all ranges and its segments.

    Returns Range[]

    An array of Ranges providing detailed information for each Range.

show

  • Add and show a Range. A Range can be located on a single or multiple Navlink(s).

    Parameters

    • Rest ...ranges: Range[]

    Returns any

  • Add and a single or multiple Ranges. A Range can be located on a single or multiple Navlink(s).

    Parameters

    • range: Range | Range[]

      The Range(s) that should be displayed.

    Returns any

Generated using TypeDoc