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

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

Uses of ScalarValueList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ScalarValueList
 ScalarValueList GMLFactory.createScalarValueList()
           
 ScalarValueList GMLFactory.createScalarValueList(BooleanOrNullList booleanList)
           
 ScalarValueList GMLFactory.createScalarValueList(CodeOrNullList categoryList)
           
 ScalarValueList GMLFactory.createScalarValueList(IntegerOrNullList countList)
           
 ScalarValueList GMLFactory.createScalarValueList(MeasureOrNullList quantityList)
           
 

Methods in org.citygml4j.factory with parameters of type ScalarValueList
 RangeSet GMLFactory.createRangeSet(ScalarValueList scalarValueList)
           
 ValueObject GMLFactory.createValueObject(ScalarValueList scalarValueList)
           
 

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

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

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

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

Constructors in org.citygml4j.impl.gml.coverage with parameters of type ScalarValueList
RangeSetImpl(ScalarValueList scalarValueList)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement ScalarValueList
 class ScalarValueListImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return ScalarValueList
 ScalarValueList ValueObjectImpl.getScalarValueList()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type ScalarValueList
ValueObjectImpl(ScalarValueList scalarValueList)
           
 

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)
           
 

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)