public static class GeoMap.ClickEvent
extends java.util.EventObject
Note: clicks on the geometry objects (points, polylines, polygons) are handled by their containing layers (VectorLayer or CanvasLayer).
Constructor and Description |
---|
ClickEvent(java.lang.Object source,
org.locationtech.jts.geom.Point point) |
Modifier and Type | Method and Description |
---|---|
org.locationtech.jts.geom.Point |
getPoint() |
GeoMap |
getSource() |
public ClickEvent(java.lang.Object source, org.locationtech.jts.geom.Point point)
public org.locationtech.jts.geom.Point getPoint()
public GeoMap getSource()
getSource
in class java.util.EventObject