Class TIfcSite
Unit
Declaration
type TIfcSite = class(TIfcSpatialStructureElement)
Description
Defined area of land on which the project construction is to be completed.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcSite.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcSpatialElement
- TIfcSpatialStructureElement
- TIfcSite
Overview
Properties
property RefLatitude: TIfcCompoundPlaneAngleMeasure read FRefLatitude write FRefLatitude; |
|
property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude; |
|
property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation; |
|
property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber; |
|
property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress; |
Description
Properties
property RefLatitude: TIfcCompoundPlaneAngleMeasure read FRefLatitude write FRefLatitude; |
|
World Latitude at reference poin. |
property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude; |
|
World Longitude at reference point. |
property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation; |
|
Datum elevation relative to sea level. |
property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber; |
|
The land title number. |
property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress; |
|
Address given to the site for postal purposes. |
Generated by PasDoc 0.16.0-snapshot.