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

Packages that use CompositeValue
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.util.walker   
 

Uses of CompositeValue in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeValue
 CompositeValueType GMLMarshaller.marshalCompositeValue(CompositeValue src)
           
 void GMLMarshaller.marshalCompositeValue(CompositeValue src, CompositeValueType dest)
           
 

Uses of CompositeValue in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeValue
 CompositeValue GMLUnmarshaller.unmarshalCompositeValue(CompositeValueType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CompositeValue
 void GMLUnmarshaller.unmarshalCompositeValue(CompositeValueType src, CompositeValue dest)
           
 

Uses of CompositeValue in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type CompositeValue
 T GMLFunctor.apply(CompositeValue compositeValue)
           
 void GMLVisitor.visit(CompositeValue compositeValue)
           
 

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

Subclasses of CompositeValue in org.citygml4j.model.gml.valueObjects
 class ValueArray
           
 

Methods in org.citygml4j.model.gml.valueObjects that return CompositeValue
 CompositeValue ValueObject.getCompositeValue()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type CompositeValue
 void ValueObject.setCompositeValue(CompositeValue compositeValue)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type CompositeValue
ValueObject(CompositeValue compositeValue)
           
 

Uses of CompositeValue in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type CompositeValue
 T GMLFunctionWalker.apply(CompositeValue compositeValue)
           
 void GMLWalker.visit(CompositeValue compositeValue)