org.deegree.model.coverage
Interface Count

All Known Implementing Classes:
Count_Impl

public interface Count

describes a count value of a histogram

-----------------------------------------------------------------------

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:29:38 $

Author:
Andreas Poth

Method Summary
 int getCount()
          returns the absolut value of the histogram at the index position
 double getIndex()
          returns the index position of the value at the histogram
 double getPercent()
          returns the relative value of the histogram at the index position
 

Method Detail

getIndex

public double getIndex()
returns the index position of the value at the histogram


getCount

public int getCount()
returns the absolut value of the histogram at the index position


getPercent

public double getPercent()
returns the relative value of the histogram at the index position