ENTITY IfcCoordinateReferenceSystem

(* SCHEMA IFC4; *)
ENTITY IfcCoordinateReferenceSystem
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcProjectedCRS));
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	GeodeticDatum : OPTIONAL IfcIdentifier;
	VerticalDatum : OPTIONAL IfcIdentifier;
 INVERSE
	HasCoordinateOperation : SET [0:1] OF IfcCoordinateOperation FOR SourceCRS;
END_ENTITY;

Explicit Attributes

Entity IfcCoordinateReferenceSystem has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcCoordinateReferenceSystem
 DescriptionIfcText (STRING)IfcCoordinateReferenceSystem
 GeodeticDatumIfcIdentifier (STRING)IfcCoordinateReferenceSystem
 VerticalDatumIfcIdentifier (STRING)IfcCoordinateReferenceSystem

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcCoordinateReferenceSystem has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasCoordinateOperationSET OF IfcCoordinateOperation (ENTITY)IfcCoordinateReferenceSystem

Supertypes

    No supertypes

Subtypes

Entity IfcCoordinateReferenceSystem has the following subtypes:
    IfcProjectedCRS*
* - Immediate Subtypes

Referenced By

Entity IfcCoordinateReferenceSystem and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcCoordinateOperation ENTITY IfcCoordinateReferenceSystem
 IfcCoordinateReferenceSystemSelect SELECT IfcCoordinateReferenceSystem


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:42-04:00