org.deegree_impl.model.cv
Class GridCoverageLayer_Impl

java.lang.Object
  extended byorg.deegree_impl.model.cv.Layer_Impl
      extended byorg.deegree_impl.model.cv.CoverageLayer_Impl
          extended byorg.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

Field Summary
private  RangeSetDescription rangeSetDescription
           
 
Fields inherited from class org.deegree_impl.model.cv.CoverageLayer_Impl
 
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)
           
 
Method Summary
 RangeSetDescription getRangeSetDescription()
          returns the range description for a GridCoverageLayer
 
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.CoverageLayer
getDescriptorResource, getDomainSetExtentDescription, getSupportedInterpolationList
 
Methods inherited from interface org.deegree.model.coverage.Layer
getAbstract, getCRS, getKeywordList, getLatLonBoundingBox, getLayerID, getMetadataURLs, getNativeCRS, getQueryCRS, getResponseCRS, getSupportedFormatList, getTitle
 

Field Detail

rangeSetDescription

private RangeSetDescription rangeSetDescription
Constructor Detail

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)
Method Detail

getRangeSetDescription

public RangeSetDescription getRangeSetDescription()
returns the range description for a GridCoverageLayer

Specified by:
getRangeSetDescription in interface GridCoverageLayer