Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.model.gml.valueObjects |
Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalValue(Value src,
net.opengis.gml.ValuePropertyType dest) |
Modifier and Type | Method and Description |
---|---|
Value |
ValueProperty.getValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Value> |
ValueProperty.getAssociableClass() |
java.lang.Class<Value> |
ValueArrayProperty.getAssociableClass() |
java.util.List<Value> |
ValueArrayProperty.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ValueArrayProperty.addValue(Value value) |
void |
ValueProperty.setValue(Value value) |
boolean |
ValueArrayProperty.unsetValue(Value value) |
Modifier and Type | Method and Description |
---|---|
void |
ValueArrayProperty.setValue(java.util.List<Value> value) |
Constructor and Description |
---|
CompositeValue(Value... values) |
ValueArray(Value... values) |
ValueArrayProperty(Value... value) |
ValueArrayProperty(Value value) |
ValueProperty(Value value) |
Constructor and Description |
---|
CompositeValue(java.util.List<Value> values) |
ValueArray(java.util.List<Value> values) |
ValueArrayProperty(java.util.List<Value> value) |