public abstract class IfcCoordinateReferenceSystem extends IfcEntity
| Constructor and Description |
|---|
IfcCoordinateReferenceSystem() |
| Modifier and Type | Method and Description |
|---|---|
IfcText |
getDescription() |
IfcIdentifier |
getGeodeticDatum() |
IfcLabel |
getName() |
IfcIdentifier |
getVerticalDatum() |
IfcCollection<IfcCoordinateOperation> |
hasCoordinateOperation() |
void |
setDescription(IfcText value) |
void |
setGeodeticDatum(IfcIdentifier value) |
void |
setName(IfcLabel value) |
void |
setVerticalDatum(IfcIdentifier value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcIdentifier getGeodeticDatum()
public final void setGeodeticDatum(IfcIdentifier value)
public final IfcIdentifier getVerticalDatum()
public final void setVerticalDatum(IfcIdentifier value)
public final IfcCollection<IfcCoordinateOperation> hasCoordinateOperation()