Modifier and Type | Method and Description |
---|---|
net.opengis.gml.MeasureType |
GMLMarshaller.marshalMeasure(Measure src) |
void |
GMLMarshaller.marshalMeasure(Measure src,
net.opengis.gml.MeasureType dest) |
Modifier and Type | Method and Description |
---|---|
Measure |
GMLUnmarshaller.unmarshalMeasure(net.opengis.gml.MeasureType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalMeasure(net.opengis.gml.MeasureType src,
Measure dest) |
Modifier and Type | Method and Description |
---|---|
Measure |
MeasureAttribute.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
MeasureAttribute.setValue(Measure value) |
Modifier and Type | Class and Description |
---|---|
class |
Length |
class |
Speed |
Modifier and Type | Method and Description |
---|---|
Measure |
ScalarValue.getQuantity() |
Modifier and Type | Method and Description |
---|---|
void |
ScalarValue.setQuantity(Measure quantity) |
Constructor and Description |
---|
ScalarValue(Measure quantity) |