public class AntPatternPoint extends Object
Element of AntPattern
| Constructor and Description |
|---|
AntPatternPoint() |
| Modifier and Type | Method and Description |
|---|---|
Az |
getDir()
Get the direction in degrees in reference to the pointing angle of the
antenna set to zero..
|
Signed_DB_5_2 |
getGain()
Get the amount of gain for the direction relative to the main beam gain..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetDir()
Determine if the Dir is configured.
|
boolean |
isSetGain()
Determine if the Gain is configured.
|
void |
setDir(Az value)
Set the direction in degrees in reference to the pointing angle of the
antenna set to zero..
|
void |
setGain(Signed_DB_5_2 value)
Set the amount of gain for the direction relative to the main beam gain..
|
String |
toString()
Get a string representation of this AntPatternPoint instance configuration.
|
AntPatternPoint |
withDir(Double value)
Set the direction in degrees in reference to the pointing angle of the
antenna set to zero.
|
AntPatternPoint |
withGain(Double value)
Set the amount of gain for the direction relative to the main beam gain.
|
public Az getDir()
Az instancepublic void setDir(Az value)
value - a Az instancepublic boolean isSetDir()
public Signed_DB_5_2 getGain()
Signed_DB_5_2 instancepublic void setGain(Signed_DB_5_2 value)
value - a Signed_DB_5_2 instancepublic boolean isSetGain()
public AntPatternPoint withDir(Double value)
value - An instances of type Double.public AntPatternPoint withGain(Double value)
value - An instances of type Double.public String toString()
public boolean isSet()
AntPatternPoint requires
Dir, Gain.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.