ENTITY IfcCoordinateReferenceSystem
(* SCHEMA IFC4; *)
ENTITY IfcCoordinateReferenceSystem
ABSTRACT SUPERTYPE OF (ONEOF
(IfcGeographicCRS
,IfcProjectedCRS));
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
GeodeticDatum : OPTIONAL IfcIdentifier;
INVERSE
HasCoordinateOperation : SET [0:1] OF IfcCoordinateOperation FOR SourceCRS;
WellKnownText : SET [0:1] OF IfcWellKnownText FOR CoordinateReferenceSystem;
WHERE
NameOrWKT : (HIINDEX(WellKnownText) = 1) OR EXISTS(Name);
END_ENTITY;
Explicit Attributes
Entity IfcCoordinateReferenceSystem has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
Name | IfcLabel (STRING) | IfcCoordinateReferenceSystem |
Description | IfcText (STRING) | IfcCoordinateReferenceSystem |
GeodeticDatum | IfcIdentifier (STRING) | IfcCoordinateReferenceSystem |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcCoordinateReferenceSystem has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
Entity IfcCoordinateReferenceSystem has the following subtypes:
IfcGeographicCRS*
IfcProjectedCRS*
* - Immediate Subtypes
Referenced By
Entity IfcCoordinateReferenceSystem and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00