Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.Building
-
Packages that use Building Package Description org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
Uses of Building in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return Building Modifier and Type Method Description BuildingProfileBuilder. getBuilding(int id)Retrieve the building with the given id (id is starting from 1).BuildingProfileBuilder. getBuildingAtCoordinate(org.locationtech.jts.geom.Coordinate pt)Retrieve the building at the given coordinate.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type Building Modifier and Type Method Description List<Building>ProfileBuilder. getBuildings()Retrieve the building list.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type Building Modifier and Type Method Description ProfileBuilderProfileBuilder. addBuilding(Building building)Add the givenGeometryfootprint.
-