Skip to content

InteractiveResult

Namespace: ThinkGeo.UI.Android

This class specifies the InteractiveResult when deal with the Interactive method in InteractiveOverlay.

public class InteractiveResult

Inheritance ObjectInteractiveResult

Properties

TransformInfo

Gets or sets the transform information.

public TransformArguments TransformInfo { get; set; }

Property Value

TransformArguments
The transform information.

DrawThisOverlay

Gets or sets the DrawThisOverlay type to indicate to draw this overlay or not.

public InteractiveOverlayDrawType DrawThisOverlay { get; set; }

Property Value

InteractiveOverlayDrawType

ProcessOtherOverlaysMode

Gets or sets the DrawThisOverlay type to indicate how to process other overlays.

public ProcessOtherOverlaysMode ProcessOtherOverlaysMode { get; set; }

Property Value

ProcessOtherOverlaysMode

NewCurrentExtent

Gets or sets the new current extent if the interactive action affect the extent.

public RectangleShape NewCurrentExtent { get; set; }

Property Value

RectangleShape
The new current extent.

Constructors

InteractiveResult()

Constructor of InteractiveResult class.

public InteractiveResult()

Remarks:

If you use this constructor, you have to set the properties manually before use.

InteractiveResult(InteractiveOverlayDrawType, ProcessOtherOverlaysMode)

Constructor of InteractiveResult class.

public InteractiveResult(InteractiveOverlayDrawType interactiveOverlayDrawType, ProcessOtherOverlaysMode processOtherOverlays)

Parameters

interactiveOverlayDrawType InteractiveOverlayDrawType
This parameter specified the interactiveOverlayDrawType to construct the class.

processOtherOverlays ProcessOtherOverlaysMode
This parameter specified the processOtherOverlays to construct the class.