Class DefaultTableLoader.BuildingTableParameters
java.lang.Object
org.noise_planet.noisemodelling.jdbc.input.DefaultTableLoader.BuildingTableParameters
- Enclosing class:
DefaultTableLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublebooleanif true take into account z value on Buildings Polygons In this case, z represent the altitude (from the sea to the top of the wall) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAlphaFieldName(String alphaFieldName) voidsetHeightField(String heightField)
-
Field Details
-
buildingsTableName
-
heightField
-
alphaFieldName
-
defaultWallAbsorption
public double defaultWallAbsorption -
zBuildings
public boolean zBuildingsif true take into account z value on Buildings Polygons In this case, z represent the altitude (from the sea to the top of the wall)
-
-
Constructor Details
-
BuildingTableParameters
public BuildingTableParameters()
-
-
Method Details
-
getAlphaFieldName
- Returns:
- Get building absorption coefficient column name
-
setAlphaFieldName
- Parameters:
alphaFieldName- Set building absorption coefficient column name (default is ALPHA)
-
getHeightField
- Returns:
buildingsTableNametable field name for buildings height above the ground.
-
setHeightField
- Parameters:
heightField-buildingsTableNametable field name for buildings height above the ground.
-