Jeospace API

Uses of Class
org.jeospace.coordinate.Ellipsoidal

Packages that use Ellipsoidal
org.jeospace.coordinate Contains classes that support 3 dimensional coordinate objects used to position and orient. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
org.jeospace.projection Contains classes that manage map projections. 
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
 

Uses of Ellipsoidal in org.jeospace.coordinate
 

Methods in org.jeospace.coordinate with parameters of type Ellipsoidal
static Length PositionUtils.getDistance(Ellipsoidal coordinate1, Ellipsoidal coordinate2)
          Return a Length object representing the ellipsoidal surface distance (orthodromic distance) between the two input coordinates.
static void PositionUtils.getVisibleRadius(Ellipsoidal ellipsoidal, Angle radiusAngle)
          Calculate the visible radius on the surface of an ellipsoid of the point defined by the argument ellipsoidal coordinate and place the result into the argument Angle object.
 

Uses of Ellipsoidal in org.jeospace.physics.orbit
 

Methods in org.jeospace.physics.orbit with parameters of type Ellipsoidal
static void Earth.getMeanSiderealTime(double julianDay, Ellipsoidal position, Angle angle)
          Get the mean sidereal time ( theta ) at the specified position on the Earth's surface for the Julian Day.
static void Earth.getEquatorialCoordinate(Ellipsoidal ellipsodial, Spherical horizontal, Spherical equatorial)
          Calculate the equatorial coordinates ( right ascension & declination ) from a horizontal coordinate ( altitude & azimuth ) and a position on the Earth's surface.
 void Earth.getApparentSiderealTime(double julianDay, Ellipsoidal position, Angle angle)
          Get the apparent sidereal time ( theta ), the local hour angle corrected for nutation for the specified position on the Earth's surface at the specified Julian Day.
 void Earth.getHorizontalCoordinate(double julianDay, Ellipsoidal ellipsoidal, Spherical equatorial, Spherical horizontal)
          Calculate the local horizontal coordinates ( altitude & azimuth ) from the object's equatorial coordinate and the observer's position on the Earth's surface for the specified Julian Day.
 void Earth.getTopoCentricHorizonCoordinate(double julianDay, Ellipsoidal ellipsoidal, Spherical equatorial, Spherical horizontal)
          Calculate the topo-centric horizontal coordinate (the look at angle) of an earth orbiting satellite.
 

Uses of Ellipsoidal in org.jeospace.projection
 

Methods in org.jeospace.projection that return Ellipsoidal
static Ellipsoidal[] ProjectionUtils.getEllipsoidalCoordinates(Satellite sat, double initialJulianDay, int number_of_revs, int number_of_coords_per_rev)
          Calculate the Earth Ellipsoidal coordinates that coorespond to the orbital path of a satellite.
static Ellipsoidal[] ProjectionUtils.getFootprintBoundary(Satellite sat, double julianDay, int number_of_points)
          Calculate the Earth Ellipsoidal coordinates that coorespond to the footprint of a satellite.
static Ellipsoidal[] ProjectionUtils.getFootprintBoundary(Ellipsoidal gdc, Angle radiusAngle, int number_of_points)
          Calculate the Ellipsoidal coordinates that coorespond to the conical footprint on the surface of an ellipsoid.
 

Methods in org.jeospace.projection with parameters of type Ellipsoidal
static Ellipsoidal[] ProjectionUtils.getFootprintBoundary(Ellipsoidal gdc, Angle radiusAngle, int number_of_points)
          Calculate the Ellipsoidal coordinates that coorespond to the conical footprint on the surface of an ellipsoid.
 int[][] Equirectangular.createLineIndices(Ellipsoidal[] coordinate, int points_per_revolution_hint)
          Create 2D line segment points for the given set of coordinates.
 int[][] Equirectangular.createPolyIndices(Ellipsoidal[] coordinate, boolean top)
          Create polygon indices for the given set of coordinates.
 

Uses of Ellipsoidal in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return Ellipsoidal
 Ellipsoidal Unmarshal.getEllipsoidal(org.w3c.dom.Element ellipsoidal_element)
          Return the Ellipsoidal object that cooresponds to the argument
 

Methods in org.jeospace.simulation with parameters of type Ellipsoidal
 org.w3c.dom.Element Marshal.createEllipsoidal(Ellipsoidal ellipsoidal)
          Create and return an Element cooresponding to the argument Ellipsoidal object
 


Jeospace API

Copyright © 2006 - jeospace.org