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

Packages that use ValueArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.valueObjects   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type ValueArrayProperty
 ValueArrayPropertyType GMLMarshaller.marshalValueArrayProperty(ValueArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return ValueArrayProperty
 ValueArrayProperty GMLUnmarshaller.unmarshalValueArrayProperty(ValueArrayPropertyType src)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return ValueArrayProperty
 ValueArrayProperty CompositeValue.getValueComponents()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ValueArrayProperty
 void CompositeValue.setValueComponents(ValueArrayProperty valueComponents)