Interface IfcMetaData


public interface IfcMetaData
Meta data imported from IFC header.
Since:
9.12.8
See Also:
  • Method Details

    • getDescription

      String getDescription()
      Gets the formal definition of the underlying view definition.
      Returns:
      the description
      Since:
      9.12.8
    • getImplementationLevel

      Optional<IfcImplementationLevel> getImplementationLevel()
      Returns the implementation level according to ISO10303-21.
      Returns:
      the implementation level
      Since:
      9.12.8
    • getName

      String getName()
      Returns the local path and file name of the IFC export file.
      Returns:
      the local path
      Since:
      9.12.8
    • getTimeStamp

      String getTimeStamp()
      Returns the time of creation of the IFC. export file
      Returns:
      the timestamp
      Since:
      9.12.8
    • getAuthor

      String getAuthor()
      Returns the author/creator of the IFC file.
      Returns:
      the author
      Since:
      9.12.8
    • getOrganization

      String getOrganization()
      Returns the organization of the author.
      Returns:
      the organization
      Since:
      9.12.8
    • getPreprocessorVersion

      String getPreprocessorVersion()
      Returns the name of the toolbox used to. create the IFC file
      Returns:
      the preprocessor
      Since:
      9.12.8
    • getOriginatingSystem

      String getOriginatingSystem()
      Returns the name and version of the application that created the IFC file.
      Returns:
      the originating system
      Since:
      9.12.8
    • getAuthorization

      String getAuthorization()
      Returns the authorizer of the IFC file.
      Returns:
      the authorizer
      Since:
      9.12.8
    • getSchemaName

      String getSchemaName()
      Returns the schema name.
      Returns:
      the schema name
      Since:
      9.12.8