Uses of Interface
org.deegree.model.coverage.DomainSetExtentDescription

Packages that use DomainSetExtentDescription
org.deegree_impl.model.cv   
org.deegree.model.coverage   
 

Uses of DomainSetExtentDescription in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement DomainSetExtentDescription
 class DomainSetExtentDescription_Impl
          Describes the extents that are common to all coverage types.
 class GridExtentDescription_Impl
          The GridExtentDescription_Impl that extends the shared DomainSetExtentDescription_Impl.
 

Fields in org.deegree_impl.model.cv declared as DomainSetExtentDescription
private  DomainSetExtentDescription CoverageLayer_Impl.domainSetExtentDescription
           
 

Methods in org.deegree_impl.model.cv that return DomainSetExtentDescription
 DomainSetExtentDescription CoverageLayer_Impl.getDomainSetExtentDescription()
          returns the DomainSetExtentDescription of the CoverageLayer.
 

Constructors in org.deegree_impl.model.cv with parameters of type DomainSetExtentDescription
CoverageLayer_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, DomainSetExtentDescription domainSetExtentDescription, java.net.URL descriptorResource)
           
CoverageLayer_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, DomainSetExtentDescription domainSetExtentDescription)
           
 

Uses of DomainSetExtentDescription in org.deegree.model.coverage
 

Subinterfaces of DomainSetExtentDescription in org.deegree.model.coverage
 interface GridExtentDescription
          The GridExtentDescription that extends the shared DomainSetExtentDescription.
 

Methods in org.deegree.model.coverage that return DomainSetExtentDescription
 DomainSetExtentDescription CoverageLayer.getDomainSetExtentDescription()
          returns the DomainSetExtentDescription of the CoverageLayer.