org.deegree.services.wcs.model
Class CoverageOptions
java.lang.Object
org.deegree.services.wcs.model.CoverageOptions
public class CoverageOptions
- extends Object
This class stores options for a coverage like the supported output format, interpolation, etc.
- Version:
- $Revision: 19041 $, $Date: 2009-08-11 17:04:57 +0200 (Tue, 11 Aug 2009) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: rbezema $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageOptions
public CoverageOptions(String nativeFormat,
List<String> formats,
List<String> crss,
List<InterpolationType> interpolations)
- Parameters:
nativeFormat
- of this coverageformats
- the supported output formatscrss
- the supported request and response crsinterpolations
- the supported interpolations
getInterpolations
public Set<InterpolationType> getInterpolations()
- Returns:
- all supported interpolations
getOutputFormats
public Set<String> getOutputFormats()
- Returns:
- all supported output formats
getCRSs
public Set<String> getCRSs()
- Returns:
- all supported request/response CRSs
getNativeFormat
public final String getNativeFormat()
- Returns:
- the nativeFormat
Copyright © 2011. All Rights Reserved.