public class BeamAntennaPattern
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected float |
azimuthBeamwidth |
protected Orientation |
beamDirection
The rotation that transformst he reference coordinate sytem into the beam coordinate system.
|
protected float |
elevationBeamwidth |
protected float |
ex
Magnigute of the x-component in beam coordinates at some arbitrary single point in the mainbeam and in the far field of the antenna.
|
protected float |
ez
Magnigute of the z-component in beam coordinates at some arbitrary single point in the mainbeam and in the far field of the antenna.
|
protected short |
padding1 |
protected byte |
padding2 |
protected float |
phase
THe phase angle between Ez and Ex in radians.
|
protected float |
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() |
Orientation |
getBeamDirection() |
float |
getElevationBeamwidth() |
float |
getEx() |
float |
getEz() |
int |
getMarshalledSize() |
short |
getPadding1() |
byte |
getPadding2() |
float |
getPhase() |
float |
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(Orientation pBeamDirection) |
void |
setElevationBeamwidth(float pElevationBeamwidth) |
void |
setEx(float pEx) |
void |
setEz(float pEz) |
void |
setPadding1(short pPadding1) |
void |
setPadding2(byte pPadding2) |
void |
setPhase(float pPhase) |
void |
setReferenceSystem(float pReferenceSystem) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
protected Orientation beamDirection
protected float azimuthBeamwidth
protected float elevationBeamwidth
protected float referenceSystem
protected short padding1
protected byte padding2
protected float ez
protected float ex
protected float phase
public int getMarshalledSize()
public void setBeamDirection(Orientation pBeamDirection)
public Orientation getBeamDirection()
public void setAzimuthBeamwidth(float pAzimuthBeamwidth)
public float getAzimuthBeamwidth()
public void setElevationBeamwidth(float pElevationBeamwidth)
public float getElevationBeamwidth()
public void setReferenceSystem(float pReferenceSystem)
public float getReferenceSystem()
public void setPadding1(short pPadding1)
public short getPadding1()
public void setPadding2(byte pPadding2)
public byte 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 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