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.


Variable Index

 o Meters
Meters The amount of shadowing in meters as a string.
 o ShadowedStation
ShadowedStation; Name of shadowed antenna.
 o ShadowingStation
ShadowingStation Name of shadowing antenna.

Constructor Index

 o Shadow()

Variables

 o ShadowedStation
 public String ShadowedStation
ShadowedStation; Name of shadowed antenna. 6 characters

 o ShadowingStation
 public String ShadowingStation
ShadowingStation Name of shadowing antenna. 6 characters

 o Meters
 public String Meters
Meters The amount of shadowing in meters as a string. 8 characters

Constructors

 o Shadow
 public Shadow()

All Packages  Class Hierarchy  This Package  Previous  Next  Index