public class Antenna
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Antenna(Antenna antenna) |
Antenna(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Antenna obj) |
Vector3d |
getLocation()
Antenna coordinates, may be null.
|
Vector3d |
getLocationAccuracy()
Antenna location accuracy.
|
Vector3d |
getLocationReference()
Antenna location reference.
|
Vector3d |
getRotation()
Antenna rotation angles, may be null.
|
Vector3d |
getRotationAccuracy()
Antenna rotation accuracy.
|
Vector3d |
getRotationReference()
Antenna rotation reference.
|
boolean |
isFixed()
Fix antenna flag.
|
void |
setFixed(boolean fixed)
Fix antenna flag.
|
void |
setLocation(Vector3d location)
Antenna coordinates, may be null.
|
void |
setLocationAccuracy(Vector3d accuracy)
Antenna location accuracy.
|
void |
setLocationReference(Vector3d reference)
Antenna location reference.
|
void |
setRotation(Vector3d rotation)
Antenna rotation angles, may be null.
|
void |
setRotationAccuracy(Vector3d accuracy)
Antenna rotation accuracy.
|
void |
setRotationReference(Vector3d reference)
Antenna rotation reference.
|
public Antenna(long cPtr,
boolean cMemoryOwn)
public Antenna(Antenna antenna)
public static long getCPtr(Antenna obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setFixed(boolean fixed)
public boolean isFixed()
public void setLocation(Vector3d location)
public Vector3d getLocation()
public void setRotation(Vector3d rotation)
public Vector3d getRotation()
public void setLocationReference(Vector3d reference)
public Vector3d getLocationReference()
public void setRotationReference(Vector3d reference)
public Vector3d getRotationReference()
public void setLocationAccuracy(Vector3d accuracy)
public Vector3d getLocationAccuracy()
public void setRotationAccuracy(Vector3d accuracy)
public Vector3d getRotationAccuracy()