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

Packages that use ValueObject
org.citygml4j.builder.jaxb.marshal.gml   
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 ValueObject in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type ValueObject
 void GMLMarshaller.marshalValueObject(ValueObject src, RangeParametersType dest)
           
 void GMLMarshaller.marshalValueObject(ValueObject src, ValuePropertyType dest)
           
 

Uses of ValueObject in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ValueObject
 ValueObject GMLFactory.createValueObject()
           
 ValueObject GMLFactory.createValueObject(CompositeValue compositeValue)
           
 ValueObject GMLFactory.createValueObject(ScalarValue scalarValue)
           
 ValueObject GMLFactory.createValueObject(ScalarValueList scalarValueList)
           
 ValueObject GMLFactory.createValueObject(ValueExtent valueExtent)
           
 

Methods in org.citygml4j.factory with parameters of type ValueObject
 RangeParameters GMLFactory.createRangeParameters(ValueObject valueObject)
           
 Value GMLFactory.createValue(ValueObject valueObject)
           
 

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

Methods in org.citygml4j.impl.gml.coverage that return ValueObject
 ValueObject RangeParametersImpl.getValueObject()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type ValueObject
 void RangeParametersImpl.setValueObject(ValueObject valueObject)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement ValueObject
 class ValueObjectImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return ValueObject
 ValueObject ValueImpl.getValueObject()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type ValueObject
 void ValueImpl.setValueObject(ValueObject valueObject)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type ValueObject
ValueImpl(ValueObject valueObject)
           
 

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

Methods in org.citygml4j.model.gml.coverage that return ValueObject
 ValueObject RangeParameters.getValueObject()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type ValueObject
 void RangeParameters.setValueObject(ValueObject valueObject)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return ValueObject
 ValueObject Value.getValueObject()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ValueObject
 void Value.setValueObject(ValueObject valueObject)