Hierarchy

  • GraphicsLayerDirective

Implements

  • OnInit
  • OnDestroy

Constructors

  • Parameters

    • destroy$: Observable<null>
    • esriEventer: EsriEventer
    • viewBase: ViewBase

    Returns GraphicsLayerDirective

Properties

_graphicsLayer$: BehaviorSubject<null | GraphicsLayer> = ...
_properties$: BehaviorSubject<null | GraphicsLayerProperties> = ...
destroy$: Observable<null>
esriEventer: EsriEventer
graphicsLayer: null | GraphicsLayer = null
graphicsLayerAdded: EventEmitter<null | GraphicsLayer> = ...
graphicsLayerReady: EventEmitter<null | GraphicsLayer> = ...
layerViewCreate: Observable<LayerLayerviewCreateEvent> = ...
layerViewCreateError: Observable<LayerLayerviewCreateErrorEvent> = ...
layerViewDestroy: Observable<LayerLayerviewDestroyEvent> = ...
view$: Observable<null | MapView | SceneView> = ...
viewBase: ViewBase

Accessors

  • set properties(val: GraphicsLayerProperties): void
  • Parameters

    • val: GraphicsLayerProperties

    Returns void

Methods

  • Parameters

    • view: MapView | SceneView

    Returns void

  • Returns void

  • Returns void

  • Parameters

    • view: MapView | SceneView
    • properties: null | FeatureLayerProperties

    Returns void

Generated using TypeDoc