Uses of Class
org.citygml4j.model.gml.valueObjects.ScalarValue

Packages that use ScalarValue
org.citygml4j.model.gml.valueObjects   
 

Uses of ScalarValue in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects that return ScalarValue
 ScalarValue ValueObject.getScalarValue()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ScalarValue
 void ValueObject.setScalarValue(ScalarValue scalarValue)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type ScalarValue
ValueObject(ScalarValue scalarValue)