|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dismobile.BeamAntennaPattern
public class BeamAntennaPattern
Section 5.2.4.2. Used when the antenna pattern type field has a value of 1. Specifies the direction, patter, and polarization of radiation from an antenna. Copyright (c) 2008-2010, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Field Summary | |
---|---|
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 Summary | |
---|---|
BeamAntennaPattern()
Constructor |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public BeamAntennaPattern()
Method Detail |
---|
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 writing
java.nio.BufferOverflowException
- if buff is too small
java.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin reading
java.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 object
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |