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

Packages that use ScalarValueList
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.valueObjects   
 

Uses of ScalarValueList in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return types with arguments of type ScalarValueList
 java.util.List<ScalarValueList> RangeSet.getScalarValueList()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type ScalarValueList
 void RangeSet.addScalarValueList(ScalarValueList scalarValueList)
           
 boolean RangeSet.unsetScalarValueList(ScalarValueList scalarValueList)
           
 

Method parameters in org.citygml4j.model.gml.coverage with type arguments of type ScalarValueList
 void RangeSet.setScalarValueList(java.util.List<ScalarValueList> scalarValueList)
           
 

Constructors in org.citygml4j.model.gml.coverage with parameters of type ScalarValueList
RangeSet(ScalarValueList scalarValueList)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return ScalarValueList
 ScalarValueList ValueObject.getScalarValueList()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ScalarValueList
 void ValueObject.setScalarValueList(ScalarValueList scalarValueList)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type ScalarValueList
ValueObject(ScalarValueList scalarValueList)