public class PopupClickInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
PopupClickInfo(ClickType clickType,
MapPos clickPos,
ScreenPos elementClickPos,
Popup popup)
Constructs a PopupClickInfo object from a click position and a vector element.
|
PopupClickInfo(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
boolean |
equals(java.lang.Object obj)
Checks if this object is equal to the specified object.
|
protected void |
finalize() |
MapPos |
getClickPos()
Returns the click position.
|
ClickType |
getClickType()
Returns the click type.
|
static long |
getCPtr(PopupClickInfo obj) |
ScreenPos |
getElementClickPos()
Returns the 2D click position on the clicked popup.
|
Popup |
getPopup()
Returns the clicked popup.
|
int |
hashCode()
Returns the hash value of this object.
|
public PopupClickInfo(long cPtr, boolean cMemoryOwn)
public PopupClickInfo(ClickType clickType, MapPos clickPos, ScreenPos elementClickPos, Popup popup)
clickType
- The click type (SINGLE, DUAL, etc)clickPos
- The click position in the coordinate system of the base projection.elementClickPos
- The 2D click position on the popup.popup
- The popup on which the click was performed.public static long getCPtr(PopupClickInfo obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
obj
- The reference object.public int hashCode()
hashCode
在类中 java.lang.Object
public ClickType getClickType()
public MapPos getClickPos()
public ScreenPos getElementClickPos()
public Popup getPopup()