Uses of Interface
org.deegree.services.RangeParamList

Packages that use RangeParamList
org.deegree_impl.model.cv   
org.deegree_impl.model.gc   
org.deegree_impl.services   
org.deegree_impl.services.wcs.protocol   
org.deegree.services.wcs.protocol   
 

Uses of RangeParamList in org.deegree_impl.model.cv
 

Methods in org.deegree_impl.model.cv with parameters of type RangeParamList
 java.lang.String CVRangeTime.substToken(RangeParamList rpl, java.lang.String stringWithTokens)
          Replaces the known tokens with values instantiated in the proper RangeParam
static java.lang.String CVRangeFactory.substToken(RangeParamList rangeParams, java.util.List usedRanges, java.lang.String tileUrl)
          Replaces rangeparam tokens with proper string FIXME Maybe this is the wrong place for this method
abstract  java.lang.String CVRange.substToken(RangeParamList rpl, java.lang.String stringWithTokens)
          Replaces the known tokens with values instantiated in the proper RangeParam
 

Uses of RangeParamList in org.deegree_impl.model.gc
 

Methods in org.deegree_impl.model.gc with parameters of type RangeParamList
 java.lang.Object GC_GridCoverage_Impl.getRaster(GM_Envelope env, int width, int height, int imageType, RangeParamList rangeParams)
          returns a part of the GridCoverage defined by the submitted bounding box (coordinates at the gc's CRS) as BufferedImage
private  Level GC_GridCoverage_Impl.filterRange(RangeParamList rangeParams, java.util.List rangeCollector)
          Return the Level matching the ranges given in the request.
private  java.awt.image.BufferedImage GC_GridCoverage_Impl.getBufferedImage(GM_Envelope env, int width, int height, int imageType, Tile[] tiles, RangeParamList rangeParams, java.util.List usedRanges)
          reads a grid coverage from image sources and returns it as BufferedImage
 

Uses of RangeParamList in org.deegree_impl.services
 

Classes in org.deegree_impl.services that implement RangeParamList
 class RangeParamList_Impl
          The list of ranges in a URL request.
 

Uses of RangeParamList in org.deegree_impl.services.wcs.protocol
 

Fields in org.deegree_impl.services.wcs.protocol declared as RangeParamList
private  RangeParamList WCSGetCoverageRequest_Impl.rpl
           
 

Methods in org.deegree_impl.services.wcs.protocol that return RangeParamList
 RangeParamList WCSGetCoverageRequest_Impl.getRangeList()
          RangeParamList contains all the range parameter, including the special ranges "time" and "elevation".
 

Methods in org.deegree_impl.services.wcs.protocol with parameters of type RangeParamList
static WCSGetCoverageRequest WCSProtocolFactory.createWCSGetCoverageRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, int width, int height, int depth, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
          creates a GetCoverage from its parameters with defining the coverages width, height and depth
static WCSGetCoverageRequest WCSProtocolFactory.createWCSGetCoverageRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, double resX, double resY, double resZ, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
          creates a GetCoverage from its parameters with defining the coverages resolution in x-, y- und z-direction
 

Constructors in org.deegree_impl.services.wcs.protocol with parameters of type RangeParamList
WCSGetCoverageRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
           
WCSGetCoverageRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, double resX, double resY, double resZ, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
           
WCSGetCoverageRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, int width, int height, int depth, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
           
 

Uses of RangeParamList in org.deegree.services.wcs.protocol
 

Methods in org.deegree.services.wcs.protocol that return RangeParamList
 RangeParamList WCSGetCoverageRequest.getRangeList()
          RangeParamList contains all the range parameter, including the special ranges "time" and "elevation".