Class GroundStation

java.lang.Object
gov.nasa.gsfc.sscweb.schema.GroundStation
Direct Known Subclasses:
GroundStationConjunction

public class GroundStation extends Object
Ground Station. <p>Java class for GroundStation complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="GroundStation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{http://sscweb.gsfc.nasa.gov/schema}GroundStationId"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Location" type="{http://sscweb.gsfc.nasa.gov/schema}SurfaceGeographicCoordinates"/> </sequence> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • id

      protected String id
      Ground station identifier.
    • name

      protected String name
      Ground station name.
    • location

      protected SurfaceGeographicCoordinates location
      Ground station Location. This value should be in the CoordinateSystem specified in the enclosing GroundStationCondition.
  • Constructor Details

    • GroundStation

      public GroundStation()
  • Method Details