All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.Shadow
java.lang.Object
|
+----JObserve.Linkage
|
+----JObserve.VLA.Shadow
- public class Shadow
- extends Linkage
Antenna Shadowing class
This class contains the information about the shadowing of the
source (blocking) by other antennas.
Entries are elements in a linked list.
Everything is public to facilitate the translation from c.
This class corresponds to ShadowStructure in the old C Observe.
-
Meters
- Meters
The amount of shadowing in meters as a string.
-
ShadowedStation
- ShadowedStation;
Name of shadowed antenna.
-
ShadowingStation
- ShadowingStation
Name of shadowing antenna.
-
Shadow()
-
ShadowedStation
public String ShadowedStation
- ShadowedStation;
Name of shadowed antenna.
6 characters
ShadowingStation
public String ShadowingStation
- ShadowingStation
Name of shadowing antenna.
6 characters
Meters
public String Meters
- Meters
The amount of shadowing in meters as a string.
8 characters
Shadow
public Shadow()
All Packages Class Hierarchy This Package Previous Next Index