Uses of Class
adams.data.threeway.L2Point
-
Packages that use L2Point Package Description adams.data.threeway -
-
Uses of L2Point in adams.data.threeway
Fields in adams.data.threeway declared as L2Point Modifier and Type Field Description protected L2Point
L1Point. m_MaxX
point of greatest x.protected L2Point
L1Point. m_MaxY
point of greatest y.protected L2Point
L1Point. m_MinX
point of smallest x.protected L2Point
L1Point. m_MinY
point of smallest y.Fields in adams.data.threeway with type parameters of type L2Point Modifier and Type Field Description protected static adams.data.container.DataPointComparator<L2Point>
L1Point. m_Comparator
the default comparator.Methods in adams.data.threeway that return L2Point Modifier and Type Method Description L2Point
L1Point. find(double z)
Returns the L2Point with the exact x, null if not found.L2Point
L1Point. findClosest(double z)
Returns the L2Point with the z closest to the one provided.L2Point
ThreeWayData. get(double x, double y, double z)
Returns the L2 point associated with the given x, y and z.L2Point
L1Point. getMaxX()
Get point with greatest X.L2Point
L1Point. getMaxY()
Get point with greatest X.L2Point
L1Point. getMinX()
Get point with smallest X.L2Point
L1Point. getMinY()
Get point with smallest Y.L2Point
L1Point. newPoint()
Returns a new instance of a DataContainer point.Methods in adams.data.threeway that return types with arguments of type L2Point Modifier and Type Method Description adams.data.container.DataPointComparator<L2Point>
L1Point. getComparator()
Returns the comparator in use.adams.data.container.DataPointComparator<L2Point>
L1Point. newComparator()
Returns a new instance of the default comparator.Methods in adams.data.threeway with parameters of type L2Point Modifier and Type Method Description int
L2PointComparator. compare(L2Point o1, L2Point o2)
Compares its two arguments for order.static int
L1PointUtils. findX(List<L2Point> points, L2Point p)
Returns the index in points of the given level 2 point, -1 if not found.Method parameters in adams.data.threeway with type arguments of type L2Point Modifier and Type Method Description void
L1Point. assign(adams.data.container.DataContainer<L2Point> other)
Obtains the stored variables from the other data point, but not the actual data points.static int
L1PointUtils. findMassCharge(List<L2Point> points, double x)
Returns the index in points of the given timestamp.static int
L1PointUtils. findX(List<L2Point> points, L2Point p)
Returns the index in points of the given level 2 point, -1 if not found.static double[]
L1PointUtils. toDoubleArray(List<L2Point> data)
Returns the abundance as double array.
-