public class SweDataArrayValue extends Object implements MultiValue<SweDataArray>
| Constructor and Description |
|---|
SweDataArrayValue() |
SweDataArrayValue(SweDataArray value) |
| Modifier and Type | Method and Description |
|---|---|
<X,E extends Exception> |
accept(ValueVisitor<X,E> visitor) |
boolean |
addBlock(List<String> blockOfTokensToAddAtTheEnd)
|
Time |
getPhenomenonTime()
Get the phenomenon time for the multiple values
|
String |
getUnit()
Get the unit of measure
|
UoM |
getUnitObject()
Get the unit of measure object
|
SweDataArray |
getValue()
Get the measurement value
|
boolean |
isSetValue()
Check whether the value is set
|
void |
setUnit(String unit)
Set the unit of measure
|
SweDataArrayValue |
setUnit(UoM unit)
Set the unit of measure object
|
SweDataArrayValue |
setValue(SweDataArray value)
Set the measurment value
|
String |
toString() |
public SweDataArrayValue()
public SweDataArrayValue(SweDataArray value)
public SweDataArrayValue setValue(SweDataArray value)
ValuesetValue in interface MultiValue<SweDataArray>setValue in interface Value<SweDataArray>value - Value to setpublic SweDataArray getValue()
ValuegetValue in interface Value<SweDataArray>public void setUnit(String unit)
ValuesetUnit in interface Value<SweDataArray>unit - Unit of measurepublic SweDataArrayValue setUnit(UoM unit)
ValuesetUnit in interface Value<SweDataArray>unit - Unit of measurepublic String getUnit()
ValuegetUnit in interface Value<SweDataArray>public UoM getUnitObject()
ValuegetUnitObject in interface Value<SweDataArray>public boolean addBlock(List<String> blockOfTokensToAddAtTheEnd)
blockOfTokensToAddAtTheEnd - Collection.add(E)) public Time getPhenomenonTime()
MultiValuegetPhenomenonTime in interface MultiValue<SweDataArray>public boolean isSetValue()
ValueisSetValue in interface Value<SweDataArray>true, if value is setpublic <X,E extends Exception> X accept(ValueVisitor<X,E> visitor) throws E extends Exception
accept in interface Value<SweDataArray>E extends ExceptionCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.