gov.nasa.gsfc.spdf.ssc
Class SpaseObservatoryDescription

java.lang.Object
  extended by gov.nasa.gsfc.spdf.ssc.SatelliteDescription
      extended by gov.nasa.gsfc.spdf.ssc.SpaseObservatoryDescription

public class SpaseObservatoryDescription
extends SatelliteDescription

This class represents a Satellite Situation Center description of a Space Physics Archive Search and Extract (SPASE) Observatory. See notes concerning SPASE support in SSC.

Since:
2.1.1
Version:
$Revision: 1.1.2.9.2.1 $
Author:
B. Harris

Constructor Summary
SpaseObservatoryDescription()
          Default constructor.
SpaseObservatoryDescription(java.lang.String resourceId, java.lang.String id, java.lang.String name, int resolution, java.util.Calendar startTime, java.util.Calendar endTime, java.lang.String geometry, java.lang.String trajectory)
          Constructs a SpaseObservatoryDescription with the given attribute values.
 
Method Summary
 java.lang.String getResourceId()
          Gets the /Spase/Observatory/ResourcdID value.
 void setResourceId(java.lang.String value)
          Sets the /Spase/Observatory/ResourcdID to the given value.
 
Methods inherited from class gov.nasa.gsfc.spdf.ssc.SatelliteDescription
getEndTime, getGeometry, getId, getName, getResolution, getStartTime, getTrajectoryGeometry, setEndTime, setGeometry, setId, setName, setResolution, setStartTime, setTrajectoryGeometry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaseObservatoryDescription

public SpaseObservatoryDescription()
Default constructor.


SpaseObservatoryDescription

public SpaseObservatoryDescription(java.lang.String resourceId,
                                   java.lang.String id,
                                   java.lang.String name,
                                   int resolution,
                                   java.util.Calendar startTime,
                                   java.util.Calendar endTime,
                                   java.lang.String geometry,
                                   java.lang.String trajectory)
Constructs a SpaseObservatoryDescription with the given attribute values.

Parameters:
resourceId - /Spase/Observatory/ResourceID value
id - satellite identifier
name - satellite name
resolution - position information resolution (seconds between points
startTime - beginning time of position information
endTime - ending time of position information
geometry - URL to a file containing the recommended X3D geometry description for rendering the satellite
trajectory - URL to a file containing the recommended X3D geometry description for rendering the satellite's trajectory
Method Detail

setResourceId

public void setResourceId(java.lang.String value)
Sets the /Spase/Observatory/ResourcdID to the given value.

Parameters:
value - new /Spase/Observatory/ResourcdID value
See Also:
getResourceId()

getResourceId

public java.lang.String getResourceId()
Gets the /Spase/Observatory/ResourcdID value.

Returns:
/Spase/Observatory/ResourcdID value
See Also:
setResourceId(java.lang.String)


SSC Feedback.

Copyright © 2003-2008 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Right s Reserved.