Class OutputOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanSpecifies whether all or just one or more of the specified location filters must be satisfied.protected List<BFieldTraceOptions> Magnetic field trace options.protected List<FilteredCoordinateOptions> Specifies the coordinate options.protected DistanceFromOptionsSpecifies the distance-from options.protected intNumber of points used to determine minima or maxima values.protected RegionOptionsSpecifies the region options.protected ValueOptionsSpecifies the value options. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMagnetic field trace options.Specifies the coordinate options.Specifies the distance-from options.intNumber of points used to determine minima or maxima values.Specifies the region options.Specifies the value options.booleanSpecifies whether all or just one or more of the specified location filters must be satisfied.voidsetAllLocationFilters(boolean value) Sets the value of the allLocationFilters property.voidSets the value of the distanceFromOptions property.voidsetMinMaxPoints(int value) Sets the value of the minMaxPoints property.voidsetRegionOptions(RegionOptions value) Sets the value of the regionOptions property.voidsetValueOptions(ValueOptions value) Sets the value of the valueOptions property.
-
Field Details
-
allLocationFilters
protected boolean allLocationFiltersSpecifies whether all or just one or more of the specified location filters must be satisfied. -
coordinateOptions
Specifies the coordinate options. -
regionOptions
Specifies the region options. -
valueOptions
Specifies the value options. -
distanceFromOptions
Specifies the distance-from options. -
minMaxPoints
protected int minMaxPointsNumber of points used to determine minima or maxima values. -
bFieldTraceOptions
Magnetic field trace options.
-
-
Constructor Details
-
OutputOptions
public OutputOptions()
-
-
Method Details
-
isAllLocationFilters
public boolean isAllLocationFilters()Specifies whether all or just one or more of the specified location filters must be satisfied. -
setAllLocationFilters
public void setAllLocationFilters(boolean value) Sets the value of the allLocationFilters property. -
getCoordinateOptions
Specifies the coordinate options. Gets the value of the coordinateOptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the coordinateOptions property.For example, to add a new item, do as follows:
getCoordinateOptions().add(newItem);
Objects of the following type(s) are allowed in the list
FilteredCoordinateOptions- Returns:
- The value of the coordinateOptions property.
-
getRegionOptions
Specifies the region options.- Returns:
- possible object is
RegionOptions
-
setRegionOptions
Sets the value of the regionOptions property.- Parameters:
value- allowed object isRegionOptions- See Also:
-
getValueOptions
Specifies the value options.- Returns:
- possible object is
ValueOptions
-
setValueOptions
Sets the value of the valueOptions property.- Parameters:
value- allowed object isValueOptions- See Also:
-
getDistanceFromOptions
Specifies the distance-from options.- Returns:
- possible object is
DistanceFromOptions
-
setDistanceFromOptions
Sets the value of the distanceFromOptions property.- Parameters:
value- allowed object isDistanceFromOptions- See Also:
-
getMinMaxPoints
public int getMinMaxPoints()Number of points used to determine minima or maxima values. -
setMinMaxPoints
public void setMinMaxPoints(int value) Sets the value of the minMaxPoints property. -
getBFieldTraceOptions
Magnetic field trace options. Gets the value of the bFieldTraceOptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bFieldTraceOptions property.For example, to add a new item, do as follows:
getBFieldTraceOptions().add(newItem);
Objects of the following type(s) are allowed in the list
BFieldTraceOptions- Returns:
- The value of the bFieldTraceOptions property.
-