org.das2.datum.DomainDivider

Divides a given range of input values into useful intervals. This can be used, for example, to determine the locations of tick marks on an axis. Implementations will vary their behavior based on a number of factors including the type of data in question.

Note that the intervals need not be uniformly sized. For example, this would be the case when dividing a time interval into months, or into log spaced intervals.

Implementations should have protected constructors so factory methods in DomainDividerUtil can access them.


MAX_BOUNDARIES