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 Details

    • 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)
  • Constructor Details

    • BuildingTableParameters

      public BuildingTableParameters()
  • Method Details

    • 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.