|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuaa.feral.util.SpatialHydrologyCalculations
public class SpatialHydrologyCalculations
Class intended for simple calculations of spatial and hydrology data
Constructor Summary | |
---|---|
SpatialHydrologyCalculations()
|
Method Summary | |
---|---|
static double |
DailyVolumeCalculator(double discharge)
Volume is calculated over a full day period using discharge (m^3/sec) |
static double |
Distance3D(com.vividsolutions.jts.geom.Coordinate beginning,
com.vividsolutions.jts.geom.Coordinate end)
Method to calculate 3D distance from 2 coordinates |
static double |
LatLongDistance(com.vividsolutions.jts.geom.Coordinate beginning,
com.vividsolutions.jts.geom.Coordinate end)
Method to calculate 3D distance using lat and long locations |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialHydrologyCalculations()
Method Detail |
---|
public static double LatLongDistance(com.vividsolutions.jts.geom.Coordinate beginning, com.vividsolutions.jts.geom.Coordinate end)
beginning
- the beginning nodeend
- the end node
public static double Distance3D(com.vividsolutions.jts.geom.Coordinate beginning, com.vividsolutions.jts.geom.Coordinate end)
beginning
- the beginning coordinateend
- the end coordinate
public static double DailyVolumeCalculator(double discharge)
discharge
- the discharge of water per second
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |