A B C D E F G H I J K L M N O P R S T U V W X Y Z Ε Θ

O

Observation - Class in org.hermit.astro
This class represents a particular set of circumstances for a calculation, for example at a particular location and moment in time.
Observation(Instant) - Constructor for class org.hermit.astro.Observation
Create an observation for a given Julian day.
Observation(Instant, Position) - Constructor for class org.hermit.astro.Observation
Create an observation for a given Julian day.
Observation(long) - Constructor for class org.hermit.astro.Observation
Create an observation for a given Java time.
Observation(long, Position) - Constructor for class org.hermit.astro.Observation
Create an observation for a given Java time.
Observation() - Constructor for class org.hermit.astro.Observation
Create an observation for right now.
Observation(double) - Constructor for class org.hermit.astro.Observation
Create an observation for a given Julian day.
Observation.OField - Enum in org.hermit.astro
This enumeration defines the data fields that are stored for each body.
offset(Position, Distance, Azimuth) - Method in class org.hermit.geo.AndoyerCalculator
Calculate a second position given its offset from a given position.
offset(Position, Distance, Azimuth) - Method in class org.hermit.geo.GeoCalculator
Calculate a second position given its offset from a given position.
offset(Position, Distance, Azimuth) - Method in class org.hermit.geo.HaversineCalculator
Calculate a second position given its offset from a given position.
offset(Vector) - Method in class org.hermit.geo.Position
Calculate a second position given its offset from this one, using the current geodetic calculator -- see GeoCalculator.
offset(Distance, Azimuth) - Method in class org.hermit.geo.Position
Calculate a second position given its offset from this one, using the current geodetic calculator -- see GeoCalculator.
offset(Position, Distance, Azimuth) - Method in class org.hermit.geo.VincentyCalculator
Calculate a second position given its offset from a given position.
org.hermit.astro - package org.hermit.astro
A library of astronomical calculations, providing positions, rise and set times, magnitudes, and other information for the Sun, Moon and planets.
org.hermit.dsp - package org.hermit.dsp
A small library of digital signal processing (DSP) utilities.
org.hermit.geo - package org.hermit.geo
A library of various geodetic utilities for handling positions, directions and distances over the surface of the Earth, with a choice of algorithms from the fast and simple Haversine formula, to the super-accurate Vincenty formula.
org.hermit.geometry - package org.hermit.geometry
Some basic geometric utilities, geared towards graph analysis.
org.hermit.geometry.cluster - package org.hermit.geometry.cluster
Utilities for experimenting with cluster analysis, including an implementation of K-Means and other clustering algorithms.
org.hermit.geometry.generator - package org.hermit.geometry.generator
Data set generators for cluster analysis.
org.hermit.geometry.spline - package org.hermit.geometry.spline
 
org.hermit.geometry.voronoi - package org.hermit.geometry.voronoi
A Voronoi diagram generator.
org.hermit.utils - package org.hermit.utils
A library of basic data types used in other packages.

A B C D E F G H I J K L M N O P R S T U V W X Y Z Ε Θ