| Interface and Description |
|---|
| edu.ie3.util.quantities.interfaces.EnergyDensity
replaced by
Irradiation |
| edu.ie3.util.quantities.interfaces.PowerDensity
replaced by
Irradiance |
| Class and Description |
|---|
| edu.ie3.util.io.xmladapter.StringToIntegerListAdapter
Will be removed in v2.0
|
| edu.ie3.util.io.xmladapter.StringToStringListAdapter
Will be removed in v2.0
|
| edu.ie3.util.io.xmladapter.YearAdapter
Will be removed in v2.0
|
| Method and Description |
|---|
| edu.ie3.util.quantities.EmptyQuantity.add(Quantity<Q>)
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.geo.GeoUtils.buildClosedWays(Relation)
This method is currently not under test and has to be revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.buildConvexHull(Set<Point>, int, GeoUtils.ConvexHullAlgorithm)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.calcArea(Polygon)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.calcArea(Way)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.calcGeo2qmNew(double, Quantity<Area>)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.calculateBuildingArea(Way)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.quantities.QuantityUtil.considerablyAbsEqual(Quantity<Q>, Quantity<Q>, double)
renamed to
isEquivalentAbs(Quantity, Quantity, double) for
clarity und uniformity |
| edu.ie3.util.quantities.QuantityUtil.considerablyEqualAngle(Quantity<Angle>, Quantity<Angle>, double) |
| edu.ie3.util.quantities.QuantityUtil.considerablyRelEqual(Quantity<Q>, Quantity<Q>, double)
Renamed to
isEquivalentRel(Quantity, Quantity, double) for
clarity und uniformity |
| edu.ie3.util.quantities.EmptyQuantity.divide(Number)
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.quantities.EmptyQuantity.divide(Quantity<?>)
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.geo.GeoUtils.getIntersection(Polygon, Polygon)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.io.FileIOUtils.gzip(String)
replaced by #compressFile(Path, Path). Add ".gz" to the input path and pass it as
output filepath in compressFile() for a similar functionality.
|
| edu.ie3.util.io.FileIOUtils.gzip(String, String)
replaced by #compressFile(Path, Path)
|
| edu.ie3.util.quantities.EmptyQuantity.hashCode()
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.quantities.EmptyQuantity.inverse()
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.geo.GeoUtils.isBetween(Node, Node, Node)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.isInsideLanduse(LatLon, List<Way>)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.quantities.QuantityUtil.isTheSameConsideringEmpty(Quantity<Q>, Quantity<Q>)
Renamed to
equals(Quantity, Quantity) for clarity and
uniformity |
| edu.ie3.util.quantities.EmptyQuantity.multiply(Number)
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.quantities.EmptyQuantity.multiply(Quantity<?>)
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.quantities.EmptyQuantity.negate()
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.geo.GeoUtils.radiusWithCircle(LatLon, Quantity<Length>)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.geo.GeoUtils.rayCasting(Polygon, LatLon)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|
| edu.ie3.util.quantities.EmptyQuantity.subtract(Quantity<Q>)
EmptyQuantity represents a 'null' value, so you should not perform any operations
on this Quantity
|
| edu.ie3.util.geo.GeoUtils.wayFromWays(List<Way>, Quantity<Length>, int)
ATTENTION! DON'T REMOVE: This method is currently not under test and has to be
revised thoroughly
|