ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
double height) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
double height,
int id) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
double height,
List<Double> alphas) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
double height,
List<Double> alphas,
int id) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
int id) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
List<Double> alphas) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Coordinate[] coords,
List<Double> alphas,
int id) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
double height) |
Add the given Geometry footprint and height as building.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
double height,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as building.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
double height,
List<Double> alphas) |
Add the given Geometry footprint, height and alphas (absorption coefficients) as building.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
double height,
List<Double> alphas,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database primary key
as building.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
int id) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
List<Double> alphas) |
Add the given Geometry footprint, height and alphas (absorption coefficients) as building.
|
ProfileBuilder |
ProfileBuilder.addBuilding(org.locationtech.jts.geom.Geometry geom,
List<Double> alphas,
int id) |
Add the given Geometry footprint, height and alphas (absorption coefficients) as building.
|
ProfileBuilder |
ProfileBuilder.addBuilding(Building building) |
Add the given Geometry footprint.
|
ProfileBuilder |
ProfileBuilder.addGroundEffect(double minX,
double maxX,
double minY,
double maxY,
double coefficient) |
Add a ground effect.
|
ProfileBuilder |
ProfileBuilder.addGroundEffect(org.locationtech.jts.geom.Geometry geom,
double coefficient) |
Add a ground effect.
|
ProfileBuilder |
ProfileBuilder.addTopographicLine(double x0,
double y0,
double z0,
double x1,
double y1,
double z1) |
Add the topographic line in the data, to complete the topographic data.
|
ProfileBuilder |
ProfileBuilder.addTopographicLine(org.locationtech.jts.geom.Coordinate p0,
org.locationtech.jts.geom.Coordinate p1) |
Add the topographic line in the data, to complete the topographic data.
|
ProfileBuilder |
ProfileBuilder.addTopographicLine(org.locationtech.jts.geom.LineSegment segment) |
Add the topographic line in the data, to complete the topographic data.
|
ProfileBuilder |
ProfileBuilder.addTopographicLine(org.locationtech.jts.geom.LineString lineSegment) |
Add the topographic line in the data, to complete the topographic data.
|
ProfileBuilder |
ProfileBuilder.addTopographicPoint(org.locationtech.jts.geom.Coordinate point) |
Add the topographic point in the data, to complete the topographic data.
|
ProfileBuilder |
ProfileBuilder.addWall(org.locationtech.jts.geom.Coordinate[] coords,
double height,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.addWall(org.locationtech.jts.geom.Coordinate[] coords,
double height,
List<Double> alphas,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.addWall(org.locationtech.jts.geom.Coordinate[] coords,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.addWall(org.locationtech.jts.geom.Coordinate[] coords,
List<Double> alphas,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.addWall(org.locationtech.jts.geom.LineString geom,
double height,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.addWall(org.locationtech.jts.geom.LineString geom,
double height,
List<Double> alphas,
int id) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.addWall(Wall wall) |
Add the given Geometry footprint, height, alphas (absorption coefficients) and a database id as wall.
|
ProfileBuilder |
ProfileBuilder.finishFeeding() |
Finish the data feeding.
|
ProfileBuilder |
ProfileBuilder.setzBuildings(boolean zBuildings) |
|