Class DefaultTableLoader.BuildingTableParameters

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

      • BuildingTableParameters

        public BuildingTableParameters()
    • 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.