LuciadCPillar C# 2024.0.08
|
Provides interaction with the data presented on a Map. More...
Classes | |
class | HoverEventHandler |
Handler that translates hover gesture events to a hovering operation. More... | |
interface | IController |
An IController implementation interprets received events and triggers an action on the map. More... | |
interface | ISelectionCandidateCallback |
This callback needs to be called to let ISelectionCandidateChooser know which (subset of) features should be selected. More... | |
interface | ISelectionCandidateChooser |
A selection candidate handler has the responsibility to show candidates for selection and let a user choose which feature(s) they want to select. More... | |
class | PanEventHandler |
Basic gesture handler dedicated to translate drag gesture events to a pan operation. More... | |
class | RotateEventHandler |
Handler that translates drag gesture events to a rotate operation. More... | |
class | SelectEventHandler |
Handler that translates click gesture events to a select operation. More... | |
class | ZoomEventHandler |
Handler that translates scroll or click gesture events to a zoom operation. More... | |
Enumerations | |
enum | EventResult { Consumed , NotConsumed } |
This enum can be used to signal if an event was consumed or not. More... | |
enum | SelectMode { Replace , Invert } |
Selection mode. More... | |
Provides interaction with the data presented on a Map.
See related article.
Selection mode.
Replace : only clicked feature are selected, all other features are unselected. Invert : selected state of clicked feature is inverted, all other features keep their state.