public class UAFundamentalParameter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected UAActiveEmissionParameterIndex |
activeEmissionParameterIndex
Which database record shall be used uid 146
|
protected float |
azimuthalBeamwidthHorizontal
Horizontal beamwidth of th emain beam Meastued at the 3dB down point of peak radiated power.
|
protected float |
beamCenterAzimuthHorizontal
center azimuth bearing of th emain beam.
|
protected float |
beamCenterDepressionElevation
center of the d/e angle of th emain beam relative to the stablised de angle of the target.
|
protected float |
depressionElevationBeamWidth
vertical beamwidth of the main beam.
|
protected UAScanPattern |
scanPattern
The type of scan pattern, If not used, zero uid 147
|
Constructor and Description |
---|
UAFundamentalParameter()
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 |
UAActiveEmissionParameterIndex |
getActiveEmissionParameterIndex()
Getter for
activeEmissionParameterIndex |
float |
getAzimuthalBeamwidthHorizontal()
Getter for
azimuthalBeamwidthHorizontal |
float |
getBeamCenterAzimuthHorizontal()
Getter for
beamCenterAzimuthHorizontal |
float |
getBeamCenterDepressionElevation()
Getter for
beamCenterDepressionElevation |
float |
getDepressionElevationBeamWidth()
Getter for
depressionElevationBeamWidth |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
UAScanPattern |
getScanPattern()
Getter for
scanPattern |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
UAFundamentalParameter |
setActiveEmissionParameterIndex(UAActiveEmissionParameterIndex pActiveEmissionParameterIndex)
Setter for
activeEmissionParameterIndex |
UAFundamentalParameter |
setAzimuthalBeamwidthHorizontal(float pAzimuthalBeamwidthHorizontal)
Setter for
azimuthalBeamwidthHorizontal |
UAFundamentalParameter |
setBeamCenterAzimuthHorizontal(float pBeamCenterAzimuthHorizontal)
Setter for
beamCenterAzimuthHorizontal |
UAFundamentalParameter |
setBeamCenterDepressionElevation(float pBeamCenterDepressionElevation)
Setter for
beamCenterDepressionElevation |
UAFundamentalParameter |
setDepressionElevationBeamWidth(float pDepressionElevationBeamWidth)
Setter for
depressionElevationBeamWidth |
UAFundamentalParameter |
setScanPattern(UAScanPattern pScanPattern)
Setter for
scanPattern |
int |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
int |
unmarshal(java.io.DataInputStream dis)
Unserializes an object from a DataInputStream.
|
protected UAActiveEmissionParameterIndex activeEmissionParameterIndex
protected UAScanPattern scanPattern
protected float beamCenterAzimuthHorizontal
protected float azimuthalBeamwidthHorizontal
protected float beamCenterDepressionElevation
protected float depressionElevationBeamWidth
public int getMarshalledSize()
public UAFundamentalParameter setActiveEmissionParameterIndex(UAActiveEmissionParameterIndex pActiveEmissionParameterIndex)
activeEmissionParameterIndex
public UAActiveEmissionParameterIndex getActiveEmissionParameterIndex()
activeEmissionParameterIndex
public UAFundamentalParameter setScanPattern(UAScanPattern pScanPattern)
scanPattern
public UAScanPattern getScanPattern()
scanPattern
public UAFundamentalParameter setBeamCenterAzimuthHorizontal(float pBeamCenterAzimuthHorizontal)
beamCenterAzimuthHorizontal
public float getBeamCenterAzimuthHorizontal()
beamCenterAzimuthHorizontal
public UAFundamentalParameter setAzimuthalBeamwidthHorizontal(float pAzimuthalBeamwidthHorizontal)
azimuthalBeamwidthHorizontal
public float getAzimuthalBeamwidthHorizontal()
azimuthalBeamwidthHorizontal
public UAFundamentalParameter setBeamCenterDepressionElevation(float pBeamCenterDepressionElevation)
beamCenterDepressionElevation
public float getBeamCenterDepressionElevation()
beamCenterDepressionElevation
public UAFundamentalParameter setDepressionElevationBeamWidth(float pDepressionElevationBeamWidth)
depressionElevationBeamWidth
public float getDepressionElevationBeamWidth()
depressionElevationBeamWidth
public void marshal(java.io.DataOutputStream dos)
dos
- The DataOutputStreamDataOutputStream
public int unmarshal(java.io.DataInputStream dis)
dis
- The DataInputStreamDataInputStream
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyjava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
public int unmarshal(java.nio.ByteBuffer buff) throws java.lang.Exception
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smalljava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
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