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

Overview

Properties

Published property RefLatitude: TIfcCompoundPlaneAngleMeasure read FRefLatitude write FRefLatitude;
Published property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude;
Published property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation;
Published property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber;
Published property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress;

Description

Properties

Published property RefLatitude: TIfcCompoundPlaneAngleMeasure read FRefLatitude write FRefLatitude;

World Latitude at reference poin.

Published property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude;

World Longitude at reference point.

Published property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation;

Datum elevation relative to sea level.

Published property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber;

The land title number.

Published property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress;

Address given to the site for postal purposes.


Generated by PasDoc 0.16.0-snapshot.