Class SamplingOutputMapper

    • Method Detail

      • addExpandedValues

        public org.n52.io.response.sampling.SamplingOutput addExpandedValues​(org.n52.series.db.beans.sampling.SamplingEntity entity,
                                                                             org.n52.io.response.sampling.SamplingOutput output)
        Specified by:
        addExpandedValues in interface OutputMapper<org.n52.series.db.beans.sampling.SamplingEntity,​org.n52.io.response.sampling.SamplingOutput>
        Overrides:
        addExpandedValues in class ParameterOutputSearchResultMapper<org.n52.series.db.beans.sampling.SamplingEntity,​org.n52.io.response.sampling.SamplingOutput>
      • addAll

        public void addAll​(org.n52.io.response.sampling.SamplingOutput result,
                           org.n52.series.db.beans.sampling.SamplingEntity sampling,
                           DbQuery query,
                           org.n52.io.request.IoParameters parameters)
        Specified by:
        addAll in interface OutputMapper<org.n52.series.db.beans.sampling.SamplingEntity,​org.n52.io.response.sampling.SamplingOutput>
      • addSelected

        public void addSelected​(org.n52.io.response.sampling.SamplingOutput result,
                                org.n52.series.db.beans.sampling.SamplingEntity sampling,
                                DbQuery query,
                                org.n52.io.request.IoParameters parameters)
        Specified by:
        addSelected in interface OutputMapper<org.n52.series.db.beans.sampling.SamplingEntity,​org.n52.io.response.sampling.SamplingOutput>
      • getParameterOuput

        public org.n52.io.response.sampling.SamplingOutput getParameterOuput()
        Specified by:
        getParameterOuput in interface OutputMapper<org.n52.series.db.beans.sampling.SamplingEntity,​org.n52.io.response.sampling.SamplingOutput>