public class BeamAntennaPattern
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected float |
azimuthBeamwidth |
protected EulerAngles |
beamDirection
The rotation that transforms the reference coordinate sytem into the beam coordinate system.
|
protected float |
elevationBeamwidth |
protected float |
ex
This field shall specify the magnitude of the X-component (in beam coordinates) of the Electri- cal field at some arbitrary single point in the main beam and in the far field of the antenna.
|
protected float |
ez
This field shall specify the magnitude of the Z-component (in beam coordinates) of the Electrical field at some arbitrary single point in the main beam and in the far field of the antenna.
|
protected short |
padding1 |
protected int |
padding2 |
protected long |
padding3
padding
|
protected float |
phase
This field shall specify the phase angle between EZ and EX in radians.
|
protected short |
referenceSystem |
Constructor and Description |
---|
BeamAntennaPattern()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
float |
getAzimuthBeamwidth() |
EulerAngles |
getBeamDirection() |
float |
getElevationBeamwidth() |
float |
getEx() |
float |
getEz() |
int |
getMarshalledSize() |
short |
getPadding1() |
int |
getPadding2() |
long |
getPadding3() |
float |
getPhase() |
short |
getReferenceSystem() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setAzimuthBeamwidth(float pAzimuthBeamwidth) |
void |
setBeamDirection(EulerAngles pBeamDirection) |
void |
setElevationBeamwidth(float pElevationBeamwidth) |
void |
setEx(float pEx) |
void |
setEz(float pEz) |
void |
setPadding1(short pPadding1) |
void |
setPadding2(int pPadding2) |
void |
setPadding3(long pPadding3) |
void |
setPhase(float pPhase) |
void |
setReferenceSystem(short pReferenceSystem) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
protected EulerAngles beamDirection
protected float azimuthBeamwidth
protected float elevationBeamwidth
protected short referenceSystem
protected short padding1
protected int padding2
protected float ez
protected float ex
protected float phase
protected long padding3
public int getMarshalledSize()
public void setBeamDirection(EulerAngles pBeamDirection)
public EulerAngles getBeamDirection()
public void setAzimuthBeamwidth(float pAzimuthBeamwidth)
public float getAzimuthBeamwidth()
public void setElevationBeamwidth(float pElevationBeamwidth)
public float getElevationBeamwidth()
public void setReferenceSystem(short pReferenceSystem)
public short getReferenceSystem()
public void setPadding1(short pPadding1)
public short getPadding1()
public void setPadding2(int pPadding2)
public int getPadding2()
public void setEz(float pEz)
public float getEz()
public void setEx(float pEx)
public float getEx()
public void setPhase(float pPhase)
public float getPhase()
public void setPadding3(long pPadding3)
public long getPadding3()
public void marshal(java.io.DataOutputStream dos)
public void unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied objectobj
- the object to compare to