|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.RegionOptions
public class RegionOptions
This class represents listing options for regions. "Regions" denotes a naming convention of three dimensional and two dimensional zones that are associated with a spacecraft's location for a particular point in time. The RegionOptions provides a means to specify the type(s) of regions that can be generated as output. All four region types can be associated with a spacecraft at any given time. A description of these regions is available at the Satellite Situation Center help.
| Constructor Summary | |
|---|---|
RegionOptions()
Constructs a RegionOptions object with a default value. |
|
RegionOptions(boolean spacecraft,
boolean radialTracedFootpoint,
boolean northBTracedFootpoint,
boolean southBTracedFootpoint)
Constructs a RegionOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
isNorthBTracedFootpoint()
Gets the value indicating whether the north B traced footpoint regions are to be included in the listing. |
boolean |
isRadialTracedFootpoint()
Gets the value indicating whether the radial traced footpoint regions are to be included in the listing. |
boolean |
isSouthBTracedFootpoint()
Gets the value indicating whether the south B traced footpoint regions are to be included in the listing. |
boolean |
isSpacecraft()
Gets the value indicating whether the spacecraft regions are to be included in the listing. |
void |
setNorthBTracedFootpoint(boolean value)
Sets the value indicating whether the north B traced footpoint regions are to be included in the listing. |
void |
setRadialTracedFootpoint(boolean value)
Sets the value indicating whether the radial traced footpoint regions are to be included in the listing. |
void |
setSouthBTracedFootpoint(boolean value)
Sets the value indicating whether the south B traced footpoint regions are to be included in the listing. |
void |
setSpacecraft(boolean value)
Sets the value indicating whether the spacecraft regions are to be included in the listing. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegionOptions()
public RegionOptions(boolean spacecraft,
boolean radialTracedFootpoint,
boolean northBTracedFootpoint,
boolean southBTracedFootpoint)
spacecraft - specifies whether the spacecraft regions are to
be included in the listingradialTracedFootpoint - specifies whether the radial traced
footpoint regions are to be included in the listingnorthBTracedFootpoint - specifies whether the north B
footpoint regions are to be included in the listingsouthBTracedFootpoint - specifies whether the south B
footpoint regions are to be included in the listing| Method Detail |
|---|
public boolean isSpacecraft()
setSpacecraft(boolean)public void setSpacecraft(boolean value)
value - new valueisSpacecraft()public boolean isRadialTracedFootpoint()
setRadialTracedFootpoint(boolean)public void setRadialTracedFootpoint(boolean value)
value - new valueisRadialTracedFootpoint()public boolean isNorthBTracedFootpoint()
setNorthBTracedFootpoint(boolean)public void setNorthBTracedFootpoint(boolean value)
value - new valueisNorthBTracedFootpoint()public boolean isSouthBTracedFootpoint()
setSouthBTracedFootpoint(boolean)public void setSouthBTracedFootpoint(boolean value)
value - new valueisSouthBTracedFootpoint()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 | ||||||||