public static class Marker.Reference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Reference(long cPtr,
boolean cMemoryOwn) |
Reference(Marker.Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Marker.Reference obj) |
Vector3d |
getLocation()
Marker coordinates, may be null.
|
Vector3d |
getLocationAccuracy()
Marker location accuracy, may be null.
|
boolean |
isEnabled()
Enabled flag.
|
void |
setEnabled(boolean state)
Enabled flag.
|
void |
setLocation(Vector3d location)
Marker coordinates, may be null.
|
void |
setLocationAccuracy(Vector3d accuracy)
Marker location accuracy, may be null.
|
public Reference(long cPtr,
boolean cMemoryOwn)
public Reference(Marker.Reference reference)
public static long getCPtr(Marker.Reference obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setEnabled(boolean state)
public boolean isEnabled()
public void setLocation(Vector3d location)
public Vector3d getLocation()
public void setLocationAccuracy(Vector3d accuracy)
public Vector3d getLocationAccuracy()