public class RegionOptions
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 listingpublic 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
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.