org.deegree_impl.model.cv
Class GridCoverageLayer_Impl
java.lang.Object
  
org.deegree_impl.model.cv.Layer_Impl
      
org.deegree_impl.model.cv.CoverageLayer_Impl
          
org.deegree_impl.model.cv.GridCoverageLayer_Impl
- All Implemented Interfaces: 
 - CoverageLayer, GridCoverageLayer, Layer
 
-  class GridCoverageLayer_Impl
- extends CoverageLayer_Impl
- implements GridCoverageLayer
   
defines the additional fields for a GridCoverageLayer.
 
-----------------------------------------------------------------------
- Version:
 
  - $Revision: 1.2 $ $Date: 2004/01/03 13:46:46 $
 
 
- Author:
 
  - Andreas Poth
 
 
 
| 
Constructor Summary | 
(package private) | 
GridCoverageLayer_Impl(java.lang.String layerID,
                       java.lang.String title,
                       java.lang.String abstract_,
                       java.lang.String[] keywordList,
                       GM_Envelope latLonBoundingBox,
                       java.lang.String[] queryCRS,
                       java.lang.String[] responseCRS,
                       java.lang.String nativeCRS,
                       java.net.URL[] metadataURLs,
                       Format[] supportedFormatList,
                       java.lang.String[] supportedInterpolationList,
                       GridExtentDescription gridExtentDescription,
                       RangeSetDescription rangeSetDescription)
 
            | 
(package private) | 
GridCoverageLayer_Impl(java.lang.String layerID,
                       java.lang.String title,
                       java.lang.String abstract_,
                       java.lang.String[] keywordList,
                       GM_Envelope latLonBoundingBox,
                       java.lang.String[] crs,
                       java.lang.String nativeCRS,
                       java.net.URL[] metadataURLs,
                       Format[] supportedFormatList,
                       java.lang.String[] supportedInterpolationList,
                       GridExtentDescription gridExtentDescription,
                       java.net.URL descriptorResource,
                       RangeSetDescription rangeSetDescription)
 
            | 
 
 
| Methods inherited from class org.deegree_impl.model.cv.CoverageLayer_Impl | 
getAbstract, getCRS, getDescriptorResource, getDomainSetExtentDescription, getKeywordList, getLatLonBoundingBox, getLayerID, getMetadataURLs, getNativeCRS, getQueryCRS, getResponseCRS, getSupportedFormatList, getSupportedInterpolationList, getTitle | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface org.deegree.model.coverage.Layer | 
getAbstract, getCRS, getKeywordList, getLatLonBoundingBox, getLayerID, getMetadataURLs, getNativeCRS, getQueryCRS, getResponseCRS, getSupportedFormatList, getTitle | 
 
rangeSetDescription
private RangeSetDescription rangeSetDescription
GridCoverageLayer_Impl
GridCoverageLayer_Impl(java.lang.String layerID,
                       java.lang.String title,
                       java.lang.String abstract_,
                       java.lang.String[] keywordList,
                       GM_Envelope latLonBoundingBox,
                       java.lang.String[] crs,
                       java.lang.String nativeCRS,
                       java.net.URL[] metadataURLs,
                       Format[] supportedFormatList,
                       java.lang.String[] supportedInterpolationList,
                       GridExtentDescription gridExtentDescription,
                       java.net.URL descriptorResource,
                       RangeSetDescription rangeSetDescription)
GridCoverageLayer_Impl
GridCoverageLayer_Impl(java.lang.String layerID,
                       java.lang.String title,
                       java.lang.String abstract_,
                       java.lang.String[] keywordList,
                       GM_Envelope latLonBoundingBox,
                       java.lang.String[] queryCRS,
                       java.lang.String[] responseCRS,
                       java.lang.String nativeCRS,
                       java.net.URL[] metadataURLs,
                       Format[] supportedFormatList,
                       java.lang.String[] supportedInterpolationList,
                       GridExtentDescription gridExtentDescription,
                       RangeSetDescription rangeSetDescription)
getRangeSetDescription
public RangeSetDescription getRangeSetDescription()
- returns the range description for a GridCoverageLayer
- Specified by:
 getRangeSetDescription in interface GridCoverageLayer