public class VectorElementDragInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
VectorElementDragInfo(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() |
static long |
getCPtr(VectorElementDragInfo obj) |
VectorElementDragMode |
getDragMode()
Returns the drag mode.
|
MapPos |
getMapPos()
Returns the drag position in projection coordinate system of the layer.
|
ScreenPos |
getScreenPos()
Returns the drag position in screen coordinates.
|
VectorElement |
getVectorElement()
Returns the vector element being dragged.
|
int |
hashCode()
Returns the hash value of this object.
|
public static long getCPtr(VectorElementDragInfo 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 VectorElementDragMode getDragMode()
public ScreenPos getScreenPos()
public MapPos getMapPos()
public VectorElement getVectorElement()