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 L2PointL1Point. m_MaxXpoint of greatest x.protected L2PointL1Point. m_MaxYpoint of greatest y.protected L2PointL1Point. m_MinXpoint of smallest x.protected L2PointL1Point. m_MinYpoint 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_Comparatorthe default comparator.Methods in adams.data.threeway that return L2Point Modifier and Type Method Description L2PointL1Point. find(double z)Returns the L2Point with the exact x, null if not found.L2PointL1Point. findClosest(double z)Returns the L2Point with the z closest to the one provided.L2PointThreeWayData. get(double x, double y, double z)Returns the L2 point associated with the given x, y and z.L2PointL1Point. getMaxX()Get point with greatest X.L2PointL1Point. getMaxY()Get point with greatest X.L2PointL1Point. getMinX()Get point with smallest X.L2PointL1Point. getMinY()Get point with smallest Y.L2PointL1Point. 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 intL2PointComparator. compare(L2Point o1, L2Point o2)Compares its two arguments for order.static intL1PointUtils. 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 voidL1Point. assign(adams.data.container.DataContainer<L2Point> other)Obtains the stored variables from the other data point, but not the actual data points.static intL1PointUtils. findMassCharge(List<L2Point> points, double x)Returns the index in points of the given timestamp.static intL1PointUtils. 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.
-