Class DefaultTableLoader.BuildingTableParameters
- java.lang.Object
-
- org.noise_planet.noisemodelling.jdbc.input.DefaultTableLoader.BuildingTableParameters
-
- Enclosing class:
- DefaultTableLoader
public static class DefaultTableLoader.BuildingTableParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
alphaFieldName
String
buildingsTableName
double
defaultWallAbsorption
String
heightField
boolean
zBuildings
if 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 Constructor Description BuildingTableParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlphaFieldName()
String
getHeightField()
void
setAlphaFieldName(String alphaFieldName)
void
setHeightField(String heightField)
-
-
-
Field Detail
-
buildingsTableName
public String buildingsTableName
-
heightField
public String heightField
-
alphaFieldName
public String alphaFieldName
-
defaultWallAbsorption
public double defaultWallAbsorption
-
zBuildings
public boolean zBuildings
if 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)
-
-
Method Detail
-
getAlphaFieldName
public String getAlphaFieldName()
- Returns:
- Get building absorption coefficient column name
-
setAlphaFieldName
public void setAlphaFieldName(String alphaFieldName)
- Parameters:
alphaFieldName
- Set building absorption coefficient column name (default is ALPHA)
-
getHeightField
public String getHeightField()
- Returns:
buildingsTableName
table field name for buildings height above the ground.
-
setHeightField
public void setHeightField(String heightField)
- Parameters:
heightField
-buildingsTableName
table field name for buildings height above the ground.
-
-