Package org.n52.io.response.dataset
Class TrajectoryOutput
- java.lang.Object
-
- org.n52.io.response.SelfSerializedOutput
-
- org.n52.io.response.ParameterOutput
-
- org.n52.io.response.AbstractOutput
-
- org.n52.io.response.dataset.DatasetOutput<AbstractValue<?>>
-
- org.n52.io.response.dataset.TrajectoryOutput
-
- All Implemented Interfaces:
Comparable<ParameterOutput>,RawFormats
public class TrajectoryOutput extends DatasetOutput<AbstractValue<?>>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTION_PATH-
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 TrajectoryOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionName()-
Methods inherited from class org.n52.io.response.dataset.DatasetOutput
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
-
-
-
-
Field Detail
-
COLLECTION_PATH
public static final String COLLECTION_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCollectionName
public String getCollectionName()
- Overrides:
getCollectionNamein classDatasetOutput<AbstractValue<?>>
-
-