/* (c) 2017 Open Source Geospatial Foundation - all rights reserved * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.opensearch.eo; /** * A request to retrieve the quicklook of a particular product * * @author Andrea Aime - GeoSolutions */ public class QuicklookRequest extends AbstractProductRequest { }