Interface Building

All Superinterfaces:
Component, SpatialElement

public interface Building extends SpatialElement
Represents a building in a model.
Since:
9.10.3
  • Method Details

    • getName

      String getName()
      Returns the name of this building.
      Specified by:
      getName in interface Component
      Returns:
      the name of this building
      Since:
      9.10.3
    • getElevationRefHeight

      OptionalDouble getElevationRefHeight()
      Returns the elevation reference height of the building.
      Returns:
      the long name of the building
      Since:
      24.9.0
    • getElevationOfTerrain

      OptionalDouble getElevationOfTerrain()
      Returns the elevation of terrain.
      Returns:
      the elevation of terrain
      Since:
      24.9.0