Interface LayersServiceInterface

interface LayersServiceInterface {
    activate2DLayer(layer): void;
    get2DLayers(): string[];
}

Methods

  • Activates the 2D layer with the provided ID. This will deactivate any other, previously active layer.

    Parameters

    Returns void

  • Returns all 2D layer IDs as listed in LayerPanelItemEnum.

    Returns string[]

Generated using TypeDoc