geoview-core
    Preparing search index...

    Class InteractionAbstract

    Astract Class used for GeoView Interactions

    Interaction

    Hierarchy (View Summary)

    Index

    Constructors

    • Constructs an abstract Interaction component

      Parameters

      • options: InteractionOptions

        Object to configure the initialization of the Interaction mother class

      Returns Interaction

    Properties

    mapViewer: MapViewer

    Reference the MapViewer associated with this interaction

    Methods

    • Starts the drawing interaction on the map

      Parameters

      • olInteraction: Interaction

        The OpenLayers Interaction object the map should start interacting on

      Returns void

    • Stops the drawing interaction on the map

      Parameters

      • olInteraction: Interaction

        The OpenLayers Interaction object the map should stop interacting on

      Returns void