Exploration layer

Layer for displaying exploration wells.

Hierarchy (view full)

Constructors

Properties

pixiOverlay: pixiOverlayBase

Function for pixi overlay.

pointDict: PointDictionary<PointData> = ...

Dictionary used to manage points.

prevScale: number

Initial scale.

root: Container<DisplayObject>

Root container for layer.

selection: selection

Current selection

visibility: boolean = true

True if layer is currently visible.

Methods

  • Set visibility of the root PIXI container to a given value.

    Parameters

    • visible: boolean

      Should layer be visible?

    Returns boolean

    True if new visibility was set