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

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

Uses of ScalarValue in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ScalarValue
 ScalarValue GMLFactory.createScalarValue()
           
 ScalarValue GMLFactory.createScalarValue(boolean _boolean)
           
 ScalarValue GMLFactory.createScalarValue(Code category)
           
 ScalarValue GMLFactory.createScalarValue(java.lang.Integer count)
           
 ScalarValue GMLFactory.createScalarValue(Measure quantity)
           
 

Methods in org.citygml4j.factory with parameters of type ScalarValue
 ValueObject GMLFactory.createValueObject(ScalarValue scalarValue)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement ScalarValue
 class ScalarValueImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return ScalarValue
 ScalarValue ValueObjectImpl.getScalarValue()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type ScalarValue
ValueObjectImpl(ScalarValue scalarValue)
           
 

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)