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 Ε Θ

G

Generator - Interface in org.hermit.geometry.generator
A generic interface to a data generating algorithm.
GeoCalculator - Class in org.hermit.geo
Base class for geographic data calculators.
GeoCalculator() - Constructor for class org.hermit.geo.GeoCalculator
Create a calculator using the WGS84 ellipsoid.
GeoCalculator(GeoConstants.Ellipsoid) - Constructor for class org.hermit.geo.GeoCalculator
Create a calculator using a given ellipsoid.
GeoCalculator.Algorithm - Enum in org.hermit.geo
Definition of the algorithm to be used.
GeoConstants - Interface in org.hermit.geo
Global constants for geodetic calculations.
GeoConstants.Ellipsoid - Enum in org.hermit.geo
Selectable ellipsoids, for geodetic calculations.
get(Body.Field) - Method in class org.hermit.astro.Body
Get the value of one of the data fields of this body.
get(Observation.OField) - Method in class org.hermit.astro.Observation
Get the value of one of the data fields of this Observation.
getAlgorithm() - Method in class org.hermit.geo.AndoyerCalculator
Get the algorithm this calculator uses.
getAlgorithm() - Method in class org.hermit.geo.GeoCalculator
Get the algorithm this calculator uses.
getAlgorithm() - Method in class org.hermit.geo.HaversineCalculator
Get the algorithm this calculator uses.
getAlgorithm() - Method in class org.hermit.geo.VincentyCalculator
Get the algorithm this calculator uses.
getAzimuth() - Method in class org.hermit.geo.Vector
Get the azimuth.
getAzimuthDegrees() - Method in class org.hermit.geo.Vector
Get the azimuth in degrees.
getAzimuthRadians() - Method in class org.hermit.geo.Vector
Get the azimuth in radians.
getBody(Body.Name) - Method in class org.hermit.astro.Observation
Get the named celestial body.
getCalculator() - Static method in class org.hermit.geo.GeoCalculator
Get the default geodetic calcualtor.
getCentreDistance() - Method in class org.hermit.geo.Position
Get the distance from the centre of the Earth to this Position.
getComponent(int) - Method in class org.hermit.geometry.Point
Get the specified co-ordinate of this point.
getCurrentAlgorithm() - Static method in class org.hermit.geo.GeoCalculator
Get the geodetic calculator in use.
getDatumA() - Method in class org.hermit.geometry.Edge
Get one datum point of this edge (denoted "A").
getDatumB() - Method in class org.hermit.geometry.Edge
Get one datum point of this edge (denoted "B").
getDaysSince(double) - Method in class org.hermit.astro.Observation
Get the number of days since a given epoch.
getDegrees() - Method in class org.hermit.utils.Angle
Get the azimuth in degrees.
getDistance() - Method in class org.hermit.geo.Vector
Get the distance.
getDistanceMetres() - Method in class org.hermit.geo.Vector
Get the distance in metres.
getDistanceNm() - Method in class org.hermit.geo.Vector
Get the distance in nautical miles.
getEdgeArray() - Method in class org.hermit.geometry.Graph
Get an array of the edges in the graph.
getEdges() - Method in class org.hermit.geometry.Graph
Get the edges in the graph.
getFeet() - Method in class org.hermit.geo.Distance
Get the distance in feet.
getGeocentricLat() - Method in class org.hermit.geo.Position
Get the geocentric latitude of this Position in radians.
getGmst() - Method in class org.hermit.astro.Instant
Get the Greenwich mean sideral time represented by this Instant.
getHeight() - Method in class org.hermit.geometry.Region
Get the height of this region.
getId() - Method in class org.hermit.astro.Body
Get this body's identifier.
getJavaTime() - Method in class org.hermit.astro.Instant
Get the Java time in ms since 1 Jan 1970 UTC represented by this Instant.
getLatDegs() - Method in class org.hermit.geo.Position
Get the geographic latitude of this Position in degrees.
getLatRads() - Method in class org.hermit.geo.Position
Get the geographic latitude of this Position in radians.
getLonDegs() - Method in class org.hermit.geo.Position
Get the longitude of this Position in degrees.
getLonRads() - Method in class org.hermit.geo.Position
Get the longitude of this Position in radians.
getMetres() - Method in class org.hermit.geo.Distance
Get the distance in metres.
getMoon() - Method in class org.hermit.astro.Observation
Get the Moon.
getName() - Method in class org.hermit.astro.Body
Get this body's name.
getName() - Method in class org.hermit.geo.PointOfInterest
Get the name of this point of interest.
getNm() - Method in class org.hermit.geo.Distance
Get the distance in nautical miles.
getNumEdges() - Method in class org.hermit.geometry.Graph
Get the number of edges in the graph.
getNumVertices() - Method in class org.hermit.geometry.Graph
Get the number of vertices in the graph.
getObserverAltitude() - Method in class org.hermit.astro.Observation
Get the observer's altitude.
getObserverPosition() - Method in class org.hermit.astro.Observation
Get the observer's geographical position.
getPlanet(Body.Name) - Method in class org.hermit.astro.Observation
Get a planet.
getRadians() - Method in class org.hermit.utils.Angle
Get the angle in radians.
getReferencePoints() - Method in interface org.hermit.geometry.generator.Generator
Get reference points, if any, associated with the most recently generated data set.
getReferencePoints() - Method in class org.hermit.geometry.generator.NuclearGenerator
Get reference points, if any, associated with the most recently generated data set.
getReferencePoints() - Method in class org.hermit.geometry.generator.RandomGenerator
Get reference points, if any, associated with the most recently generated data set.
getResults(float[]) - Method in class org.hermit.dsp.FFTTransformer
Get the real results of the last transformation.
getResults(float[], float[][], int) - Method in class org.hermit.dsp.FFTTransformer
Get the rolling average real results of the last n transformations.
getSun() - Method in class org.hermit.astro.Observation
Get the Sun.
getTd() - Method in class org.hermit.astro.Instant
Get the Julian date in TD represented by this Instant.
getTd() - Method in class org.hermit.astro.Observation
Get the Julian date in TD of this Observation.
getTime() - Method in class org.hermit.astro.Observation
Get the time of this Observation.
getUt() - Method in class org.hermit.astro.Instant
Get the Julian day number in UT represented by this Instant.
getUt() - Method in class org.hermit.astro.Observation
Get the UT1 Julian date of this Observation.
getVertexA() - Method in class org.hermit.geometry.Edge
Get one vertex of this edge (denoted "A").
getVertexArray() - Method in class org.hermit.geometry.Graph
Get an array of the vertices in the graph.
getVertexB() - Method in class org.hermit.geometry.Edge
Get one vertex of this edge (denoted "B").
getVertices() - Method in class org.hermit.geometry.Graph
Get the vertices in the graph.
getWidth() - Method in class org.hermit.geometry.Region
Get the width of this region.
getX() - Method in class org.hermit.geometry.Point
Get the X co-ordinate of this point.
getX() - Method in class org.hermit.geometry.Vector
Get the X component of this vector.
getX1() - Method in class org.hermit.geometry.Region
Get the lower X co-ordinate of this region.
getX2() - Method in class org.hermit.geometry.Region
Get the upper X co-ordinate of this region.
getXf() - Method in class org.hermit.geometry.Point
Get the X co-ordinate of this point as a float.
getY() - Method in class org.hermit.geometry.Point
Get the Y co-ordinate of this point.
getY() - Method in class org.hermit.geometry.Vector
Get the Y component of this vector.
getY1() - Method in class org.hermit.geometry.Region
Get the lower Y co-ordinate of this region.
getY2() - Method in class org.hermit.geometry.Region
Get the upper Y co-ordinate of this region.
getYf() - Method in class org.hermit.geometry.Point
Get the Y co-ordinate of this point as a float.
getYmd() - Method in class org.hermit.astro.Instant
Convert this instant to year / month / day.
getΔT() - Method in class org.hermit.astro.Instant
Get the ΔT value for this Instant.
GLOBAL_AREAS - Static variable in class org.hermit.geo.PointOfInterest
List of regions of the world.
GLOBAL_POIS - Static variable in class org.hermit.geo.PointOfInterest
List of general global points of interest.
Graph - Class in org.hermit.geometry
An immutable graph, with possibly infinite edges.
Graph(HashSet<Edge>) - Constructor for class org.hermit.geometry.Graph
Construct a graph with a given set of edges.
gstToLst(double, double) - Static method in class org.hermit.astro.Instant
Deprecated. 
gstToUt(double, double) - Static method in class org.hermit.astro.Instant
Deprecated. 

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 Ε Θ