Uses of Interface
org.episteme.core.measure.quantity.Angle
Packages that use Angle
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Provides classes and interfaces for org.episteme.natural.device.sim.
-
Uses of Angle in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type AngleModifier and TypeFieldDescriptionUnits.DEGREE_ANGLEDegree: 1° = À/180 radUnits.MINUTE_ANGLEMinute (angle): 1' = 1°/60Units.RADIANRadian: rad (plane angle).Units.SECOND_ANGLESecond (angle): 1" = 1'/60 -
Uses of Angle in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Angle in org.episteme.core.measure.quantity -
Uses of Angle in org.episteme.natural.device.sim
Fields in org.episteme.natural.device.sim with type parameters of type AngleMethods in org.episteme.natural.device.sim that return types with arguments of type AngleModifier and TypeMethodDescriptionSimulatedTelescope.getBottomRightFOV()SimulatedTelescope.getDeclination()SimulatedTelescope.getRightAscension()SimulatedTelescope.getTopLeftFOV()SimulatedTelescope.readValue()Method parameters in org.episteme.natural.device.sim with type arguments of type Angle -
Uses of Angle in org.episteme.natural.device.transducers
Subinterfaces with type arguments of type Angle in org.episteme.natural.device.transducersMethods in org.episteme.natural.device.transducers that return types with arguments of type AngleModifier and TypeMethodDescriptionTelescope.getBottomRightFOV()Returns the bottom-right coordinate of the current field of view.Telescope.getDeclination()Returns the current Declination.Telescope.getRightAscension()Returns the current Right Ascension.Telescope.getTopLeftFOV()Returns the top-left coordinate of the current field of view.Method parameters in org.episteme.natural.device.transducers with type arguments of type AngleModifier and TypeMethodDescriptionvoidSlews the telescope to the given Right Ascension and Declination.voidSynchronizes the telescope to the given Right Ascension and Declination. -
Uses of Angle in org.episteme.natural.earth.coordinates
Methods in org.episteme.natural.earth.coordinates that return types with arguments of type AngleModifier and TypeMethodDescriptionAERCoordinate.getAzimuth()AERCoordinate.getElevation()GeodeticCoordinate.getLatitude()GeodeticCoordinate.getLongitude()Constructor parameters in org.episteme.natural.earth.coordinates with type arguments of type AngleModifierConstructorDescriptionGeodeticCoordinate(Quantity<Angle> latitude, Quantity<Angle> longitude, Quantity<Length> height, ReferenceEllipsoid ellipsoid) -
Uses of Angle in org.episteme.natural.earth.geophysics
Methods in org.episteme.natural.earth.geophysics that return types with arguments of type AngleMethod parameters in org.episteme.natural.earth.geophysics with type arguments of type AngleModifier and TypeMethodDescriptionstatic doubleVincentyUtils.distance(Quantity<Angle> lat1, Quantity<Angle> lon1, Quantity<Angle> lat2, Quantity<Angle> lon2) Calculates the distance between two points on the ellipsoid.Constructor parameters in org.episteme.natural.earth.geophysics with type arguments of type Angle -
Uses of Angle in org.episteme.natural.earth.seismology
Methods in org.episteme.natural.earth.seismology that return types with arguments of type AngleConstructor parameters in org.episteme.natural.earth.seismology with type arguments of type Angle -
Uses of Angle in org.episteme.natural.engineering.control
Methods in org.episteme.natural.engineering.control that return types with arguments of type AngleModifier and TypeMethodDescriptionControlSystems.firstOrderPhase(Quantity<Frequency> omega, Quantity<Frequency> omegaCutoff) Bode phase for first-order system.ControlSystems.phaseMargin(Quantity<Angle> phaseAtCrossover) Phase margin from open-loop gain and phase at crossover.Method parameters in org.episteme.natural.engineering.control with type arguments of type AngleModifier and TypeMethodDescriptionControlSystems.phaseMargin(Quantity<Angle> phaseAtCrossover) Phase margin from open-loop gain and phase at crossover. -
Uses of Angle in org.episteme.natural.engineering.robotics
Method parameters in org.episteme.natural.engineering.robotics with type arguments of type Angle -
Uses of Angle in org.episteme.natural.physics.astronomy
Fields in org.episteme.natural.physics.astronomy with type parameters of type AngleModifier and TypeFieldDescriptionAstronomyConstants.GALACTIC_LON_NCP_QTYAstronomyConstants.NGP_DEC_QTYAstronomyConstants.NGP_RA_QTY -
Uses of Angle in org.episteme.natural.physics.astronomy.mechanics
Fields in org.episteme.natural.physics.astronomy.mechanics with type parameters of type AngleModifier and TypeFieldDescriptionEphemerisCalculator.Planet.iEphemerisCalculator.Planet.Moon.iEphemerisCalculator.Planet.L0EphemerisCalculator.Planet.omegaEphemerisCalculator.Planet.OmegaMethods in org.episteme.natural.physics.astronomy.mechanics that return types with arguments of type AngleModifier and TypeMethodDescriptionKeplerParams.getArgumentPeriapsis()KeplerParams.getInclination()KeplerParams.getLongitudeAscendingNode()Method parameters in org.episteme.natural.physics.astronomy.mechanics with type arguments of type AngleModifier and TypeMethodDescriptionstatic OrbitalStateCalculates position and velocity from Keplerian parameters and True Anomaly.