| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcContextDependentUnit
A representation of the model object 'Ifc Context Dependent Unit'.
|
interface |
IfcConversionBasedUnit
A representation of the model object 'Ifc Conversion Based Unit'.
|
interface |
IfcConversionBasedUnitWithOffset
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcSIUnit
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
| Modifier and Type | Method and Description |
|---|---|
IfcNamedUnit |
Ifc4Factory.createIfcNamedUnit()
Returns a new object of class 'Ifc Named Unit'.
|
IfcNamedUnit |
IfcProjectedCRS.getMapUnit()
Returns the value of the 'Map Unit' reference.
|
IfcNamedUnit |
IfcPhysicalSimpleQuantity.getUnit()
Returns the value of the 'Unit' reference.
|
IfcNamedUnit |
IfcDerivedUnitElement.getUnit()
Returns the value of the 'Unit' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProjectedCRS.setMapUnit(IfcNamedUnit value)
Sets the value of the '
Map Unit' reference. |
void |
IfcPhysicalSimpleQuantity.setUnit(IfcNamedUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcDerivedUnitElement.setUnit(IfcNamedUnit value)
Sets the value of the '
Unit' reference. |
| Modifier and Type | Method and Description |
|---|---|
IfcNamedUnit |
Ifc4FactoryImpl.createIfcNamedUnit() |
IfcNamedUnit |
IfcProjectedCRSImpl.getMapUnit() |
IfcNamedUnit |
IfcPhysicalSimpleQuantityImpl.getUnit() |
IfcNamedUnit |
IfcDerivedUnitElementImpl.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProjectedCRSImpl.setMapUnit(IfcNamedUnit newMapUnit) |
void |
IfcPhysicalSimpleQuantityImpl.setUnit(IfcNamedUnit newUnit) |
void |
IfcDerivedUnitElementImpl.setUnit(IfcNamedUnit newUnit) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcNamedUnit(IfcNamedUnit object)
Returns the result of interpreting the object as an instance of 'Ifc Named Unit'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.