Uses of Interface
org.geotools.api.temporal.IntervalLength
-
Packages that use IntervalLength Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of IntervalLength in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return IntervalLength Modifier and Type Method Description IntervalLength
TemporalFactory. createIntervalLenght(Unit unit, int radix, int factor, int value)
-
Uses of IntervalLength in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement IntervalLength Modifier and Type Class Description class
DefaultIntervalLength
A data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.
-