GraphicsOverlayFenceParameters QML Type

GraphicsOverlay."> GraphicsOverlayFenceParameters QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • GraphicsOverlayFenceParameters
  • Geotrigger fence parameters data created from a GraphicsOverlay. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.12
    Inherits:

    FenceParameters

    Properties

    Signals

    Detailed Description

    The GraphicsOverlay used to create a GraphicsOverlayFenceParameters provides a dynamic set of graphics that define targets for a FenceGeotrigger condition. For example, if the condition is "notify me when my position comes within 50 meters of one of my target areas", "my target areas" are the graphics in the overlay. Changes to the GraphicsOverlay will be reflected in the fences tracked by the Geotrigger.

    A GraphicsOverlayFenceParameters allows you to track all of the graphics displayed on the GeoView in a GraphicsOverlay. This allows you to track new target areas as they are added to the view and to stop tracking areas that are removed. If you wish to track a subset of the graphics displayed in a GraphicsOverlay, or graphics which are not displayed in a GeoView, use a GraphicFenceParameters.

    The graphics can have point, line, or polygon geometry. A FenceParameters::bufferDistance must be supplied for points or lines.

    Property Documentation

    graphicsOverlay : GraphicsOverlay

    The GraphicsOverlay to use in the GraphicsOverlayFenceParameters.

    Changes to the GraphicsOverlay will be reflected in the fences tracked by the Geotrigger.


    Signal Documentation

    graphicsOverlayChanged()

    Emitted when the graphicsOverlay property changes.

    Note: The corresponding handler is onGraphicsOverlayChanged.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.