public abstract class AbstractObservationValue<T extends Value<?>> extends Object implements ObservationValue<T>
| Constructor and Description |
|---|
AbstractObservationValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDecimalSeparator()
Get decimal separator
|
DefaultPointMetadata |
getDefaultPointMetadata() |
Metadata |
getMetadata() |
String |
getObservableProperty() |
String |
getObservationID() |
String |
getObservationType() |
String |
getTokenSeparator() |
String |
getTupleSeparator() |
String |
getUnit() |
boolean |
isSetDecimalSeparator()
Check whether decimal separator is set
|
boolean |
isSetDefaultPointMetadata() |
boolean |
isSetMetadata() |
boolean |
isSetObservablePropertyD() |
boolean |
isSetObservationID() |
boolean |
isSetObservationType() |
boolean |
isSetTokenSeparator() |
boolean |
isSetTupleSeparator() |
boolean |
isSetUnit() |
void |
setDecimalSeparator(String decimalSeparator)
Set decimal separator
|
void |
setDefaultPointMetadata(DefaultPointMetadata defaultPointMetadata) |
void |
setMetadata(Metadata metadata) |
void |
setObservationID(String observationID) |
void |
setUnit(String unit) |
void |
setValuesForResultEncoding(OmObservation observation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPhenomenonTime, getValue, isSetValue, setPhenomenonTime, setValuepublic void setValuesForResultEncoding(OmObservation observation)
public String getObservationID()
public void setObservationID(String observationID)
observationID - the observationID to setpublic boolean isSetObservationID()
public String getObservationType()
public boolean isSetObservationType()
public String getObservableProperty()
public boolean isSetObservablePropertyD()
public String getTokenSeparator()
public boolean isSetTokenSeparator()
public String getTupleSeparator()
public boolean isSetTupleSeparator()
public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator - the decimalSeparator to setpublic boolean isSetDecimalSeparator()
true, if decimal separator is setpublic String getUnit()
public void setUnit(String unit)
unit - the unit to setpublic boolean isSetUnit()
public boolean isSetDefaultPointMetadata()
isSetDefaultPointMetadata in interface ObservationValue<T extends Value<?>>public DefaultPointMetadata getDefaultPointMetadata()
getDefaultPointMetadata in interface ObservationValue<T extends Value<?>>public void setDefaultPointMetadata(DefaultPointMetadata defaultPointMetadata)
setDefaultPointMetadata in interface ObservationValue<T extends Value<?>>public boolean isSetMetadata()
isSetMetadata in interface ObservationValue<T extends Value<?>>public Metadata getMetadata()
getMetadata in interface ObservationValue<T extends Value<?>>public void setMetadata(Metadata metadata)
setMetadata in interface ObservationValue<T extends Value<?>>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.