gov.nasa.gsfc.spdf.ssc
Class SatelliteSpecification

java.lang.Object
  extended by gov.nasa.gsfc.spdf.ssc.SatelliteSpecification
All Implemented Interfaces:
java.lang.Cloneable

public class SatelliteSpecification
extends java.lang.Object
implements java.lang.Cloneable

This class represents a satellite information specification. That is, it describes these regions is available at the Satellite Situation Center help.

Version:
$Revison: $
Author:
B. Harris

Constructor Summary
SatelliteSpecification()
          Constructs a SatelliteSpecification object with a default value.
SatelliteSpecification(java.lang.String id, int resolutionFactor)
          Constructs a SatelliteSpecification object with the given attribute values.
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getId()
          Gets the satellite identifier.
 int getResolutionFactor()
          Gets the resolution factor.
 void setId(java.lang.String value)
          Sets the satellite identifier.
 void setResolutionFactor(int value)
          Sets the resolution factor.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SatelliteSpecification

public SatelliteSpecification()
Constructs a SatelliteSpecification object with a default value.


SatelliteSpecification

public SatelliteSpecification(java.lang.String id,
                              int resolutionFactor)
Constructs a SatelliteSpecification object with the given attribute values.

Parameters:
id - identifies the satellite
resolutionFactor - specifies the resolution factor footpoint regions are to be included in the listing
Method Detail

getId

public java.lang.String getId()
Gets the satellite identifier.

Returns:
satellite identifier
See Also:
setId(java.lang.String)

setId

public void setId(java.lang.String value)
Sets the satellite identifier. The value should be one of the following: See notes concerning SPASE support.

Parameters:
value - new value
See Also:
getId()

getResolutionFactor

public int getResolutionFactor()
Gets the resolution factor.

Returns:
resolution factor
See Also:
setResolutionFactor(int)

setResolutionFactor

public void setResolutionFactor(int value)
Sets the resolution factor. A description of this value is available at Satellite Situation Center help. The satellite's resolution is available in SatelliteDescription returned by SatelliteSituationCenterInterface.getAllSatellites().

Parameters:
value - new value
See Also:
getResolutionFactor()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


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.