public class OutputOptions
extends java.lang.Object
Constructor and Description |
---|
OutputOptions()
Constructs a OutputOptions object with a default value
that specifies the output of only GSE X,Y,Z values.
|
OutputOptions(boolean allLocationFilters,
java.util.List<FilteredCoordinateOptions> coordinateOptions,
RegionOptions regionOptions,
ValueOptions valueOptions,
DistanceFromOptions distanceFromOptions,
int minMaxPoints,
java.util.List<BFieldTraceOptions> bFieldTraceOptions)
Constructs a OutputOptions object with the given attribute values.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BFieldTraceOptions> |
getBFieldTraceOptions()
Gets the B field trace options.
|
java.util.List<FilteredCoordinateOptions> |
getCoordinateOptions()
Gets the coordinate options.
|
DistanceFromOptions |
getDistanceFromOptions()
Gets the distance-from options.
|
int |
getMinMaxPoints()
Gets the number of points used to determine minima and maxima
values.
|
RegionOptions |
getRegionOptions()
Gets the region options.
|
ValueOptions |
getValueOptions()
Gets the value options.
|
boolean |
isAllLocationFilters()
Gets the "all location filter" option value.
|
void |
list(java.io.PrintStream out)
Prints this object's value to the specified output stream.
|
void |
setAllLocationFilters(boolean value)
Sets the "all location filter" option value.
|
void |
setBFieldTraceOptions(java.util.List<BFieldTraceOptions> value)
Sets the B field trace listing options.
|
void |
setCoordinateOptions(java.util.List<FilteredCoordinateOptions> value)
Sets the coordinate options.
|
void |
setDistanceFromOptions(DistanceFromOptions value)
Sets the distance-from options.
|
void |
setMinMaxPoints(int value)
Sets the number of points used to determine minima and maxima
values.
|
void |
setRegionOptions(RegionOptions value)
Sets the region options.
|
void |
setValueOptions(ValueOptions value)
Sets the value options.
|
public OutputOptions()
public OutputOptions(boolean allLocationFilters, java.util.List<FilteredCoordinateOptions> coordinateOptions, RegionOptions regionOptions, ValueOptions valueOptions, DistanceFromOptions distanceFromOptions, int minMaxPoints, java.util.List<BFieldTraceOptions> bFieldTraceOptions)
allLocationFilters
- specifies whether all or or just one or
more of the specified location filters must be satisfiedcoordinateOptions
- coordinate optionsregionOptions
- regions optionsvalueOptions
- value optionsdistanceFromOptions
- distance from optionsminMaxPoints
- number of points used to determine minima or
maxima valuesbFieldTraceOptions
- B field trace optionspublic boolean isAllLocationFilters()
setAllLocationFilters(boolean)
public void setAllLocationFilters(boolean value)
value
- new valueisAllLocationFilters()
public java.util.List<FilteredCoordinateOptions> getCoordinateOptions()
setCoordinateOptions(java.util.List<gov.nasa.gsfc.spdf.ssc.FilteredCoordinateOptions>)
public void setCoordinateOptions(java.util.List<FilteredCoordinateOptions> value)
value
- new valuegetCoordinateOptions()
public RegionOptions getRegionOptions()
setRegionOptions(gov.nasa.gsfc.spdf.ssc.RegionOptions)
public void setRegionOptions(RegionOptions value)
value
- new valuegetRegionOptions()
public ValueOptions getValueOptions()
setValueOptions(gov.nasa.gsfc.spdf.ssc.ValueOptions)
public void setValueOptions(ValueOptions value)
value
- new valuegetValueOptions()
public DistanceFromOptions getDistanceFromOptions()
setDistanceFromOptions(gov.nasa.gsfc.spdf.ssc.DistanceFromOptions)
public void setDistanceFromOptions(DistanceFromOptions value)
value
- new valuegetDistanceFromOptions()
public int getMinMaxPoints()
setMinMaxPoints(int)
public void setMinMaxPoints(int value)
value
- new valuegetMinMaxPoints()
public java.util.List<BFieldTraceOptions> getBFieldTraceOptions()
setBFieldTraceOptions(java.util.List<gov.nasa.gsfc.spdf.ssc.BFieldTraceOptions>)
public void setBFieldTraceOptions(java.util.List<BFieldTraceOptions> value)
value
- new valuegetBFieldTraceOptions()
public void list(java.io.PrintStream out)
out
- an output streamSSC 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.