ENTITY IfcProjectedCRS

(* SCHEMA IFC4; *)
ENTITY IfcProjectedCRS
 SUBTYPE OF (IfcCoordinateReferenceSystem);
	MapProjection : OPTIONAL IfcIdentifier;
	MapZone : OPTIONAL IfcIdentifier;
	MapUnit : OPTIONAL IfcNamedUnit;
 WHERE
	IsLengthUnit : NOT(EXISTS(MapUnit)) OR (MapUnit.UnitType = IfcUnitEnum.LENGTHUNIT);
END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcProjectedCRS inherits from the following supertypes:
  IfcCoordinateReferenceSystem

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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