|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValueArray in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type ValueArray | |
---|---|
ValueArrayType |
GMLMarshaller.marshalValueArray(ValueArray src)
|
Uses of ValueArray in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return ValueArray | |
---|---|
ValueArray |
GMLUnmarshaller.unmarshalValueArray(ValueArrayType src)
|
Uses of ValueArray in org.citygml4j.factory |
---|
Methods in org.citygml4j.factory that return ValueArray | |
---|---|
ValueArray |
GMLFactory.createValueArray()
|
ValueArray |
GMLFactory.createValueArray(java.util.List<Value> values)
|
ValueArray |
GMLFactory.createValueArray(Value... values)
|
Methods in org.citygml4j.factory with parameters of type ValueArray | |
---|---|
RangeSet |
GMLFactory.createRangeSet(ValueArray valueArray)
|
Uses of ValueArray in org.citygml4j.impl.gml.coverage |
---|
Methods in org.citygml4j.impl.gml.coverage that return types with arguments of type ValueArray | |
---|---|
java.util.List<ValueArray> |
RangeSetImpl.getValueArray()
|
Methods in org.citygml4j.impl.gml.coverage with parameters of type ValueArray | |
---|---|
void |
RangeSetImpl.addValueArray(ValueArray valueArray)
|
boolean |
RangeSetImpl.unsetValueArray(ValueArray valueArray)
|
Method parameters in org.citygml4j.impl.gml.coverage with type arguments of type ValueArray | |
---|---|
void |
RangeSetImpl.setValueArray(java.util.List<ValueArray> valueArray)
|
Constructors in org.citygml4j.impl.gml.coverage with parameters of type ValueArray | |
---|---|
RangeSetImpl(ValueArray valueArray)
|
Uses of ValueArray in org.citygml4j.impl.gml.valueObjects |
---|
Classes in org.citygml4j.impl.gml.valueObjects that implement ValueArray | |
---|---|
class |
ValueArrayImpl
|
Uses of ValueArray in org.citygml4j.model.common.visitor |
---|
Methods in org.citygml4j.model.common.visitor with parameters of type ValueArray | |
---|---|
T |
GMLFunctor.apply(ValueArray valueArray)
|
void |
GMLVisitor.visit(ValueArray valueArray)
|
Uses of ValueArray in org.citygml4j.model.gml.coverage |
---|
Methods in org.citygml4j.model.gml.coverage that return types with arguments of type ValueArray | |
---|---|
java.util.List<ValueArray> |
RangeSet.getValueArray()
|
Methods in org.citygml4j.model.gml.coverage with parameters of type ValueArray | |
---|---|
void |
RangeSet.addValueArray(ValueArray valueArray)
|
boolean |
RangeSet.unsetValueArray(ValueArray valueArray)
|
Method parameters in org.citygml4j.model.gml.coverage with type arguments of type ValueArray | |
---|---|
void |
RangeSet.setValueArray(java.util.List<ValueArray> valueArray)
|
Uses of ValueArray in org.citygml4j.util.walker |
---|
Methods in org.citygml4j.util.walker with parameters of type ValueArray | |
---|---|
T |
GMLFunctionWalker.apply(ValueArray valueArray)
|
void |
GMLWalker.visit(ValueArray valueArray)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |