Examples of enforcePointB()


Examples of adlzanchetta.hydrology.hydrographAnaliser.hydrographElements.RecessionCurve.enforcePointB()

       
        try{
            curRecCurve = new RecessionCurve(dataSeq, startDate, endingData);
            curRecCurve.determineK3((short)0);
            //curRecCurve.determineBpoint();
            curRecCurve.enforcePointB(bPointDate);
            curRecCurve.determineKI((short)0);
            System.out.println("De " + HydrographAnaliser.readDate(curRecCurve.getStartingDate()) + " a " + HydrographAnaliser.readDate(curRecCurve.getEndingDate()));
            System.out.println("-B: " + HydrographAnaliser.readDate(curRecCurve.getBPoint()));
            System.out.println("-C: " + HydrographAnaliser.readDate(curRecCurve.getCPoint()));
            System.out.println("-KI:" + curRecCurve.getKIValue() + " +/- " + curRecCurve.getKIStdDeviation());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.