@UML(identifier="TM_IntervalLength", specification=ISO_19108) public interface IntervalLength extends Duration
Modifier and Type | Method and Description |
---|---|
int |
getFactor()
The exponent of the base.
|
int |
getRadix()
A positive integer that is the base of the mulitplier of the unit.
|
Unit |
getUnit()
The unit of measure used to express the length of the interval.
|
int |
getValue()
|
@UML(identifier="unit", specification=ISO_19108) Unit getUnit()
@UML(identifier="radix", specification=ISO_19108) int getRadix()
@UML(identifier="factor", specification=ISO_19108) int getFactor()
@UML(identifier="value", specification=ISO_19108) int getValue()
Copyright © 1996–2019 Geotools. All rights reserved.