|
CFx SDK Documentation 2026 SP0
|
#include <IfcMapConversionAutoImpl.h>
Public Member Functions | |
| double | getEastings () const |
| void | setEastings (double Eastings) |
| double | getNorthings () const |
| void | setNorthings (double Northings) |
| double | getOrthogonalHeight () const |
| void | setOrthogonalHeight (double OrthogonalHeight) |
| double | getXAxisAbscissa () const |
| void | setXAxisAbscissa (double XAxisAbscissa) |
| double | getXAxisOrdinate () const |
| void | setXAxisOrdinate (double XAxisOrdinate) |
| double | getScale () const |
| void | setScale (double Scale) |
| IfcMapConversion () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc4x1::IfcCoordinateOperation | |
| IfcCoordinateReferenceSystemSelect | sourceCRS () |
| const OdDAIObjectId & | getTargetCRS () const |
| void | setTargetCRS (const OdDAIObjectId &TargetCRS) |
| IfcCoordinateOperation () | |
| virtual void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc4x1::OdIfc4x1Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| double | m_Eastings |
| double | m_Northings |
| double | m_OrthogonalHeight |
| double | m_XAxisAbscissa |
| double | m_XAxisOrdinate |
| double | m_Scale |
Protected Attributes inherited from OdIfc4x1::IfcCoordinateOperation | |
| OdDAI::Select | m_SourceCRS |
| OdDAIObjectId | m_TargetCRS |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
The map conversion deals with transforming the local engineering coordinate system, often called world coordinate system, into the coordinate reference system of the underlying map.
The map conversion allows to convert the local origin of the local engineering coordinate system to its place within a map (easting, northing, orthogonal height) and to rotate the x-axis of the local engineering coordinate system within the horizontal (easting/westing) plane of the map.
The scale factor can be used when the length unit for the 3 axes of the map coordinate system are not identical with the length unit established for this project (see IfcProject.UnitsInContext). If omitted, the scale factor 1.0 is assumed.
\changes
IFC4 changes: The assignment of curve, surface and other styles to an IfcStyledItem has been simplified by IfcStyleAssignmentSelect. The use of intermediate IfcPresentationStyleAssignment is deprecated.
Definition at line 53 of file Ifc4x1/IfcMapConversionAutoImpl.h.
| OdIfc4x1::IfcMapConversion::IfcMapConversion | ( | ) |
Default constructor for the IfcMapConversion class.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
| double OdIfc4x1::IfcMapConversion::getEastings | ( | ) | const |
Returns the value of Eastings attribute. This attribute represents the location along the easting of the coordinate system of the target map coordinate reference system.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
| double OdIfc4x1::IfcMapConversion::getNorthings | ( | ) | const |
Returns the value of Northings attribute. This attribute represents the location along the northing of the coordinate system of the target map coordinate reference system.
| double OdIfc4x1::IfcMapConversion::getOrthogonalHeight | ( | ) | const |
Returns the value of OrthogonalHeight attribute. This attribute represents orthogonal height relative to the vertical datum specified.
| double OdIfc4x1::IfcMapConversion::getScale | ( | ) | const |
Returns the value of Scale attribute. This attribute represents scale that is used, when the units of the CRS are not identical to the units of the engineering coordinate system. If omitted, the value of 1.0 is assumed.
| double OdIfc4x1::IfcMapConversion::getXAxisAbscissa | ( | ) | const |
Returns the value of XAxisAbscissa attribute. This attribute represents the value along the easing axis of the end point of a vector indicating the position of the local x axis of the engineering coordinate reference system.
| double OdIfc4x1::IfcMapConversion::getXAxisOrdinate | ( | ) | const |
Returns the value of XAxisOrdinate attribute. This attribute represents the value along the northing axis of the end point of a vector indicating the position of the local x axis of the engineering coordinate reference system.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
| void OdIfc4x1::IfcMapConversion::setEastings | ( | double | Eastings | ) |
Sets the value of Eastings attribute. This attribute represents the location along the easting of the coordinate system of the target map coordinate reference system.
| Eastings | [in] Eastings attribute to set. |
| void OdIfc4x1::IfcMapConversion::setNorthings | ( | double | Northings | ) |
Sets the value of Northings attribute. This attribute represents the location along the northing of the coordinate system of the target map coordinate reference system.
| Northings | [in] Northings attribute to set. |
| void OdIfc4x1::IfcMapConversion::setOrthogonalHeight | ( | double | OrthogonalHeight | ) |
Sets the value of OrthogonalHeight attribute. This attribute represents orthogonal height relative to the vertical datum specified.
| OrthogonalHeight | [in] Orthogonal height to set. |
| void OdIfc4x1::IfcMapConversion::setScale | ( | double | Scale | ) |
Sets the value of Scale attribute. This attribute represents scale that is used, when the units of the CRS are not identical to the units of the engineering coordinate system. If omitted, the value of 1.0 is assumed.
| Scale | [in] Scale to set. |
| void OdIfc4x1::IfcMapConversion::setXAxisAbscissa | ( | double | XAxisAbscissa | ) |
Sets the value of XAxisAbscissa attribute. This attribute represents the value along the easing axis of the end point of a vector indicating the position of the local x axis of the engineering coordinate reference system.
| XAxisAbscissa | [in] X axis abscissa to set. |
| void OdIfc4x1::IfcMapConversion::setXAxisOrdinate | ( | double | XAxisOrdinate | ) |
Sets the value of XAxisOrdinate attribute. This attribute represents the value along the northing axis of the end point of a vector indicating the position of the local x axis of the engineering coordinate reference system.
| XAxisOrdinate | [in] X axis ordinate to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x1::IfcCoordinateOperation.
|
protected |
Definition at line 295 of file Ifc4x1/IfcMapConversionAutoImpl.h.
|
protected |
Definition at line 296 of file Ifc4x1/IfcMapConversionAutoImpl.h.
|
protected |
Definition at line 297 of file Ifc4x1/IfcMapConversionAutoImpl.h.
|
protected |
Definition at line 300 of file Ifc4x1/IfcMapConversionAutoImpl.h.
|
protected |
Definition at line 298 of file Ifc4x1/IfcMapConversionAutoImpl.h.
|
protected |
Definition at line 299 of file Ifc4x1/IfcMapConversionAutoImpl.h.