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

Packages that use ValueArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.valueObjects   
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.factory
 

Methods in org.citygml4j.factory that return ValueArrayProperty
 ValueArrayProperty GMLFactory.createValueArrayProperty()
           
 ValueArrayProperty GMLFactory.createValueArrayProperty(java.util.List<Value> values)
           
 ValueArrayProperty GMLFactory.createValueArrayProperty(Value... values)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement ValueArrayProperty
 class ValueArrayPropertyImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return ValueArrayProperty
 ValueArrayProperty CompositeValueImpl.getValueComponents()
           
 

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

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)