Uses of Class
org.seamcat.model.functions.Bounds
-
-
Uses of Bounds in org.seamcat.model.distributions
Methods in org.seamcat.model.distributions that return Bounds Modifier and Type Method Description Bounds
Distribution. getBounds()
-
Uses of Bounds in org.seamcat.model.functions
Fields in org.seamcat.model.functions declared as Bounds Modifier and Type Field Description static Bounds
Bounds. AZIMUTH
static Bounds
Bounds. ELEVATION
static Bounds
Bounds. ZERO
Methods in org.seamcat.model.functions that return Bounds Modifier and Type Method Description Bounds
Bounds. add(Bounds bounds)
static Bounds
Bounds. bounds(double min, double max)
Bounds
Function. getBounds()
Bounds
VectorSpace. getCoverage()
Finds the bounds for this rectangle, i.e.Bounds
Function. getRange()
Bounds
MatrixFunction. getRangeColumn()
Bounds
MatrixFunction. getRangeRow()
Bounds
VectorSpace. getxBounds()
Bounds
VectorSpace. getyBounds()
Methods in org.seamcat.model.functions with parameters of type Bounds Modifier and Type Method Description Bounds
Bounds. add(Bounds bounds)
VectorSpace
VectorSpace. addCircle(Bounds bounds)
Grow the vector space by adding a circles radius bounds.boolean
Bounds. contains(Bounds bounds)
Constructors in org.seamcat.model.functions with parameters of type Bounds Constructor Description VectorSpace(Bounds xBounds, Bounds yBounds)
-
Uses of Bounds in org.seamcat.model.geometry
Methods in org.seamcat.model.geometry with parameters of type Bounds Modifier and Type Method Description static Polygon2D
PolygonUtil. add(Bounds rectangleX, Bounds rectangleY, Polygon2D polygon)
Add a rectangle and a polygon togetherstatic Polygon2D
PolygonUtil. convertCircle(double radius, double turnAngle, int edgeCount, Bounds angles)
Restrict the circle with given radius into a convex polygon with the given number of edges. -
Uses of Bounds in org.seamcat.model.mathematics
Methods in org.seamcat.model.mathematics that return Bounds Modifier and Type Method Description static Bounds
Mathematics. bandwidthBoundsFromEmissionMask(MaskFunction mask, double receptionBandwidth)
consider first the reference bandwidth of the wanted range.
in case the wanted range exceeds the reference bandwidth, calculate upper and lower bounds of the bandwidth
in case the mask is not flat, it takes the lower and upper values at an attenuation of 23 dB
relative to the centre of the mask as Bounds -
Uses of Bounds in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return Bounds Modifier and Type Method Description Bounds
TransceiverSettings. getAntennaHeightBounds()
Bounds
CorrelationMode. getBounds(InterferenceLink link)
Bounds
ConsistencyCheckContext. getCoverage()
Bounds
ContexedSystemPlugin. getFrequencyConsistencyCheckBounds()
Bounds
ConsistencyCheck. getSystemCoverage()
Methods in org.seamcat.model.plugin.system with parameters of type Bounds Modifier and Type Method Description void
ContexedSystemPlugin. setFrequencyConsistencyCheckBounds(Bounds bounds)
-
Uses of Bounds in org.seamcat.model.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional that return Bounds Modifier and Type Method Description Bounds
TransceiverSettingsImpl. getAntennaHeightBounds()
-
Uses of Bounds in org.seamcat.model.types
Methods in org.seamcat.model.types that return Bounds Modifier and Type Method Description Bounds
AntennaLocalEnvironments. getAntennaHeightBounds()
return the possible min and max values of all configured local environmentsBounds
Transmitter. getBandwidthBounds()
static Bounds
AntennaLocalEnvironments. getHeightBoundsFromEnvironments(java.util.List<LocalEnvironmentUI> localEnvironments)
Constructors in org.seamcat.model.types with parameters of type Bounds Constructor Description Transmitter(EmissionMask emissionMask, MaskFunction emissionFloor, boolean usingEmissionFloor, double bandwidth, Bounds bandwidthBounds, java.util.List<LocalEnvironmentUI> localEnvironments, AntennaGain antennaGain, double bandwidthOffset, boolean usePowerControl)
-