| Package | Description |
|---|---|
| org.n52.shetland.ogc.om | |
| org.n52.shetland.ogc.om.values | |
| org.n52.shetland.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObservationValue<T extends Value<?>> |
interface |
ObservationValue<T extends Value<?>>
Interface for observation values.
|
| Modifier and Type | Method and Description |
|---|---|
Value<T> |
SingleObservationValue.getValue() |
Value<T> |
NamedValue.getValue()
Get value
|
Value<?> |
TimeValuePair.getValue()
Get time value pair value
|
Value<ObservationStream> |
StreamingValue.getValue() |
Value<?> |
PointValuePair.getValue()
Get point value pair value
|
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<Value<T>> |
ParameterHolder.getParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeValuePair.setValue(Value<?> value)
Set time value pair value
|
void |
PointValuePair.setValue(Value<?> value)
Set point value pair value
|
void |
StreamingValue.setValue(Value<ObservationStream> value) |
void |
SingleObservationValue.setValue(Value<T> value) |
void |
NamedValue.setValue(Value<T> value)
Set value
|
| Constructor and Description |
|---|
NamedValue(ReferenceType name,
Value<T> value) |
NamedValue(Value<T> value) |
PointValuePair(org.locationtech.jts.geom.Point point,
Value<?> value)
Constructor
|
SingleObservationValue(Time phenomenonTime,
Value<T> value)
constructor
|
SingleObservationValue(Time phenomenonTime,
Value<T> value,
Set<OmResultQuality> qualityList)
constructor
|
SingleObservationValue(Value<T> value)
constructor
|
TimeLocationValueTriple(Time time,
Value<?> value,
org.locationtech.jts.geom.Geometry location) |
TimeValuePair(Time time,
Value<?> value)
Constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComparableValue<T,C extends ComparableValue<T,C>> |
interface |
DiscreteCoverage<T>
Interface for discrete coverages
|
interface |
MultiValue<T>
Interface for observation values with more than one value
|
interface |
XmlValue<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexValue |
class |
CvDiscretePointCoverage
Class that represents a CV_DiscretePointCoverage
|
class |
GeometryValue
Geometry measurement representation for observation
|
class |
HrefAttributeValue |
class |
MultiPointCoverage
Class that represents a multi point coverage
|
class |
NilTemplateValue
Nil template value for observation
|
class |
ProfileValue
Represents the GroundWaterML 2.0 GW_GeologyLogCoverage
|
class |
QuantityRangeValue |
class |
QuantityValue
Quantity measurement representation for observation
|
class |
RectifiedGridCoverage
Class that represents a rectified grid coverage
|
class |
ReferenceValue |
class |
SweDataArrayValue
Multi value representing a SweDataArray for observations
|
class |
TLVTValue
MultiValue representing a time location value triple for observations |
class |
TrajectoryValue |
class |
TVPValue
Multi value representing a time value pairs for observations
|
class |
UnknownValue
Unknown value for observation if type is unknown
|
| Modifier and Type | Method and Description |
|---|---|
Value<?> |
AbstractPofileTrajectoryElement.getSimpleValue() |
Value<List<TrajectoryElement>> |
TrajectoryValue.setUnit(UoM unit) |
Value<T> |
Value.setUnit(UoM unit)
Set the unit of measure object
|
Value<T> |
Value.setValue(T value)
Set the measurment value
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Value<?>> |
DiscreteCoverage.getRangeSet() |
List<Value<?>> |
MultiPointCoverage.getRangeSet() |
Collection<Value<?>> |
RectifiedGridCoverage.getRangeSet() |
SortedMap<ComparableValue<?,?>,Value<?>> |
RectifiedGridCoverage.getValue() |
List<Value<?>> |
AbstractPofileTrajectoryElement.getValue() |
List<Value<?>> |
MultiPointCoverage.PointValueLists.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
RectifiedGridCoverage.addValue(BigDecimal from,
BigDecimal to,
Value<?> value) |
void |
RectifiedGridCoverage.addValue(ComparableValue<?,?> key,
Value<?> value) |
void |
RectifiedGridCoverage.addValue(Double from,
Double to,
Value<?> value) |
void |
RectifiedGridCoverage.addValue(Double key,
Value<?> value) |
T |
AbstractPofileTrajectoryElement.addValue(Value<?> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RectifiedGridCoverage.addValue(SortedMap<ComparableValue<?,?>,Value<?>> value) |
T |
AbstractPofileTrajectoryElement.setValue(List<Value<?>> value) |
RectifiedGridCoverage |
RectifiedGridCoverage.setValue(SortedMap<ComparableValue<?,?>,Value<?>> value) |
| Constructor and Description |
|---|
AbstractPofileTrajectoryElement(List<Value<?>> value) |
AbstractPofileTrajectoryElement(Time phenomenonTime,
org.locationtech.jts.geom.Geometry location,
List<Value<?>> values) |
ProfileLevel(QuantityValue levelStart,
QuantityValue levelEnd,
List<Value<?>> value)
constructor
|
TrajectoryElement(Time phenomenonTime,
org.locationtech.jts.geom.Geometry location,
List<Value<?>> values) |
| Modifier and Type | Method and Description |
|---|---|
static String |
OMHelper.getObservationTypeFor(Value<?> value) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.