IfcCoordinateReferenceSystem

Inheritance: java.lang.Object, IfcEntity

Constructors

ConstructorDescription
IfcCoordinateReferenceSystem()

Methods

MethodDescription
getName()
setName(IfcLabel value)
getDescription()
setDescription(IfcText value)
getGeodeticDatum()
setGeodeticDatum(IfcIdentifier value)
getVerticalDatum()
setVerticalDatum(IfcIdentifier value)
hasCoordinateOperation()

IfcCoordinateReferenceSystem()

public IfcCoordinateReferenceSystem()

getName()

public final IfcLabel getName()

Returns: IfcLabel

setName(IfcLabel value)

public final void setName(IfcLabel value)

getDescription()

public final IfcText getDescription()

Returns: IfcText

setDescription(IfcText value)

public final void setDescription(IfcText value)

getGeodeticDatum()

public final IfcIdentifier getGeodeticDatum()

Returns: IfcIdentifier

setGeodeticDatum(IfcIdentifier value)

public final void setGeodeticDatum(IfcIdentifier value)

getVerticalDatum()

public final IfcIdentifier getVerticalDatum()

Returns: IfcIdentifier

setVerticalDatum(IfcIdentifier value)

public final void setVerticalDatum(IfcIdentifier value)

hasCoordinateOperation()

public final IfcCollection<IfcCoordinateOperation> hasCoordinateOperation()

Returns: IfcCollection