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

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

Uses of Count in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement Count
 class Count_Impl
          implements a count value of a histogram -----------------------------------------------------------------------
 

Fields in org.deegree_impl.model.cv declared as Count
private  Count[] Histogram_Impl.counts
           
 

Methods in org.deegree_impl.model.cv that return Count
 Count[] Histogram_Impl.getCounts()
          returns the counts for each histogram class
 

Constructors in org.deegree_impl.model.cv with parameters of type Count
Histogram_Impl(Count[] counts, int totalCount, double min, double max, double mean, double stDev, double median)
           
 

Uses of Count in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that return Count
 Count[] Histogram.getCounts()
          returns the counts for each histogram class