Package org.n52.io.response.dataset
Class TimeseriesMetadataOutput
- 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
-
- org.n52.io.response.dataset.TimeseriesMetadataOutput
-
- All Implemented Interfaces:
Comparable<ParameterOutput>,RawFormats
public class TimeseriesMetadataOutput extends QuantityDatasetOutput
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTION_PATHstatic StringRENDERING_HINTSstatic StringSTATIONstatic StringSTATUS_INTERVALS-
Fields inherited from class org.n52.io.response.dataset.DatasetOutput
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 TimeseriesMetadataOutput(IoParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DatasetParametersgetDatasetParameters()StylePropertiesgetRenderingHints()Deprecated.StationOutputgetStation()Collection<StatusInterval>getStatusIntervals()Deprecated.StringgetValueType()voidsetRenderingHints(OptionalOutput<StyleProperties> renderingHints)Deprecated.voidsetStation(OptionalOutput<StationOutput> station)voidsetStatusIntervals(OptionalOutput<Collection<StatusInterval>> statusIntervals)Deprecated.-
Methods inherited from class org.n52.io.response.dataset.DatasetOutput
getCollectionName, getDatasetParameters, getDatasetType, getFeature, getFirstValue, getHasSamplings, getInsitu, getLastValue, getMobile, getObservationType, getOriginTimezone, getReferenceValues, getSamplingTimeEnd, getSamplingTimeStart, getUom, 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
-
-
-
-
Field Detail
-
COLLECTION_PATH
public static final String COLLECTION_PATH
- See Also:
- Constant Field Values
-
STATION
public static final String STATION
- See Also:
- Constant Field Values
-
RENDERING_HINTS
public static final String RENDERING_HINTS
- See Also:
- Constant Field Values
-
STATUS_INTERVALS
public static final String STATUS_INTERVALS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TimeseriesMetadataOutput
public TimeseriesMetadataOutput(IoParameters parameters)
-
-
Method Detail
-
getValueType
public String getValueType()
- Overrides:
getValueTypein classDatasetOutput<QuantityValue>
-
getStation
public StationOutput getStation()
-
setStation
public void setStation(OptionalOutput<StationOutput> station)
-
getRenderingHints
@Deprecated public StyleProperties getRenderingHints()
Deprecated.
-
setRenderingHints
@Deprecated public void setRenderingHints(OptionalOutput<StyleProperties> renderingHints)
Deprecated.
-
getStatusIntervals
@Deprecated public Collection<StatusInterval> getStatusIntervals()
Deprecated.
-
setStatusIntervals
@Deprecated public void setStatusIntervals(OptionalOutput<Collection<StatusInterval>> statusIntervals)
Deprecated.
-
getDatasetParameters
public DatasetParameters getDatasetParameters()
- Overrides:
getDatasetParametersin classDatasetOutput<QuantityValue>
-
-