Modifier and Type | Method and Description |
---|---|
net.opengis.gml.CompositeValueType |
GMLMarshaller.marshalCompositeValue(CompositeValue src) |
void |
GMLMarshaller.marshalCompositeValue(CompositeValue src,
net.opengis.gml.CompositeValueType dest) |
Modifier and Type | Method and Description |
---|---|
CompositeValue |
GMLUnmarshaller.unmarshalCompositeValue(net.opengis.gml.CompositeValueType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalCompositeValue(net.opengis.gml.CompositeValueType src,
CompositeValue dest) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctor.apply(CompositeValue compositeValue) |
void |
GMLVisitor.visit(CompositeValue compositeValue) |
Modifier and Type | Class and Description |
---|---|
class |
ValueArray |
Modifier and Type | Method and Description |
---|---|
CompositeValue |
ValueObject.getCompositeValue() |
Modifier and Type | Method and Description |
---|---|
void |
ValueObject.setCompositeValue(CompositeValue compositeValue) |
Constructor and Description |
---|
ValueObject(CompositeValue compositeValue) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(CompositeValue compositeValue) |
void |
GMLWalker.visit(CompositeValue compositeValue) |