Class QuantityDatasetOutput
- java.lang.Object
-
- org.n52.io.response.SelfSerializedOutput
-
- org.n52.io.response.ParameterOutput
-
- org.n52.io.response.AbstractOutput
-
- org.n52.io.response.dataset.DatasetOutput<QuantityValue>
-
- org.n52.io.response.dataset.quantity.QuantityDatasetOutput
-
- All Implemented Interfaces:
Comparable<ParameterOutput>,RawFormats
- Direct Known Subclasses:
TimeseriesMetadataOutput
public class QuantityDatasetOutput extends DatasetOutput<QuantityValue>
TODO: JavaDoc
-
-
Field Summary
-
Fields inherited from class org.n52.io.response.dataset.DatasetOutput
COLLECTION_PATH, DATASET_PARAMETERS, DATASET_TYPE, FEATURE, FIRST_VALUE, HAS_SAMPLINGS, INSITU, LAST_VALUE, MOBILE, OBSERVATION_TYPE, ORIGIN_TIMEZONE, REFERENCE_VALUES, SMAPLING_TIME_END, SMAPLING_TIME_START, UOM, VALUE_TYPE
-
Fields inherited from class org.n52.io.response.AbstractOutput
service, SERVICE
-
Fields inherited from class org.n52.io.response.ParameterOutput
DOMAIN_ID, EXTRAS, HREF, HREF_BASE, ID, LABEL, RAWFORMATS
-
Fields inherited from interface org.n52.series.spi.srv.RawFormats
RAW_FORMAT
-
-
Constructor Summary
Constructors Constructor Description QuantityDatasetOutput()
-
Method Summary
-
Methods inherited from class org.n52.io.response.dataset.DatasetOutput
getCollectionName, getDatasetParameters, getDatasetParameters, getDatasetType, getFeature, getFirstValue, getHasSamplings, getInsitu, getLastValue, getMobile, getObservationType, getOriginTimezone, getReferenceValues, getSamplingTimeEnd, getSamplingTimeStart, getUom, getValueType, setDatasetParameters, setDatasetType, setFeature, setFirstValue, setHasSamplings, setInsitu, setLastValue, setMobile, setObservationType, setOriginTimezone, setReferenceValues, setSamplingTimeEnd, setSamplingTimeStart, setUom, setValueType
-
Methods inherited from class org.n52.io.response.AbstractOutput
equals, getService, hashCode, setService
-
Methods inherited from class org.n52.io.response.ParameterOutput
compareTo, defaultComparator, getDomainId, getExtras, getHref, getHrefBase, getId, getLabel, getLicense, getRawFormats, idComparator, labelComparator, setDomainId, setExtras, setHref, setHrefBase, setId, setLabel, setLicense, setRawFormats, setValue
-
Methods inherited from class org.n52.io.response.SelfSerializedOutput
getIfSerialized, getIfSerializedCollection, getIfSerializedMap, getIfSet, getIfSetCollection, getIfSetMap, isSet, resolvesToNonNullValue
-
-