public class NMLModelLODTreeClickInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
NMLModelLODTreeClickInfo(ClickType clickType,
MapPos clickPos,
MapPos elementClickPos,
StringMap metaData,
Layer layer)
Constructs a NMLModelLODTreeClickInfo object from a click position and a element data.
|
NMLModelLODTreeClickInfo(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(NMLModelLODTreeClickInfo obj) |
MapPos |
getElementClickPos()
Returns the position on the clicked element, that is close to the click position.
|
Layer |
getLayer()
Returns the layer of the clicked vector element.
|
StringMap |
getMetaData()
Returns the element meta data at the click point.
|
int |
hashCode()
Returns the hash value of this object.
|
public NMLModelLODTreeClickInfo(long cPtr, boolean cMemoryOwn)
public NMLModelLODTreeClickInfo(ClickType clickType, MapPos clickPos, MapPos elementClickPos, StringMap metaData, Layer layer)
clickType
- The click type (SINGLE, DUAL, etc)clickPos
- The click position in the coordinate system of the base projection.elementClickPos
- The click position in the coordinate system of the base projection that corresponds to element point.metaData
- The element meta data at the click position.layer
- The layer of the vector element on which the click was performed.public static long getCPtr(NMLModelLODTreeClickInfo 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 MapPos getElementClickPos()
public StringMap getMetaData()
public Layer getLayer()