Package org.apache.sis.measure
Interface AngularVelocity
-
- All Superinterfaces:
Quantity<AngularVelocity>
public interface AngularVelocity extends Quantity<AngularVelocity>
The rate of change of an angular displacement with respect to time. The SI unit is radians per second (rad/s) and the EPSG code is 1035. This quantity is used for describing the rate of changes ofrX
,rY
andrZ
terms in Bursa-Wolf parameters, under the effect of plate tectonics.Most quantity types are defined in the
javax.measure.quantity
. ThisAngularVelocity
type is an extension to the standard types.- Since:
- 0.8
- See Also:
Units.RADIANS_PER_SECOND
,TimeDependentBWP
Defined in the
sis-utility
module