|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.SatelliteSpecification
public class SatelliteSpecification
This class represents a satellite information specification. That is, it describes these regions is available at the Satellite Situation Center help.
| 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 |
|---|
public SatelliteSpecification()
public SatelliteSpecification(java.lang.String id,
int resolutionFactor)
id - identifies the satelliteresolutionFactor - specifies the resolution factor
footpoint regions are to be included in the listing| Method Detail |
|---|
public java.lang.String getId()
setId(java.lang.String)public void setId(java.lang.String value)
SatelliteDescription.getId()
returned by
SatelliteSituationCenterInterface.getAllSatellites()
(for example, "ace").SpaseObservatoryDescription.getResourceId()
returned by
SatelliteSituationCenterInterface.getAllSpaseObservatories()
(for example, "spase://SMWG/Observatory/ACE").notes concerning SPASE
support.
value - new valuegetId()public int getResolutionFactor()
setResolutionFactor(int)public void setResolutionFactor(int value)
SatelliteDescription returned by
SatelliteSituationCenterInterface.getAllSatellites().
value - new valuegetResolutionFactor()public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||