Interface SpatialElement

All Superinterfaces:
Component
All Known Subinterfaces:
Building, BuildingStorey, Space

public interface SpatialElement extends Component
Represents a spatial component in the data model.
Since:
24.9.0
  • Method Details

    • getLongName

      Optional<String> getLongName()
      Returns the long name of the spatial element.
      Returns:
      the long name of the spatial element
      Since:
      24.9.0