public class SatelliteSpecification
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 listingpublic 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
SSC Feedback.
Copyright © 2003-2018 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 Rights Reserved.