Uses of Interface
edu.nrao.sss.geom.SphericalPosition

Packages that use SphericalPosition
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.geom Geometric concepts. 
 

Uses of SphericalPosition in edu.nrao.sss.astronomy
 

Subinterfaces of SphericalPosition in edu.nrao.sss.astronomy
 interface SkyPosition
          A point on the celestial sphere.
 

Classes in edu.nrao.sss.astronomy that implement SphericalPosition
 class EphemerisTable
          A table of position entries for an astronomical source.
 class Orbit
          A description of the orbit of one body around another.
 class PolynomialPosition
          A position of an astronomical source that is described by a collection of polynomial equations.
 class PolynomialPositionTable
          A table of polynomial positions.
 class SimpleSkyPosition
          A very basic implementation of a sky position.
 class SolarSystemBodyPosition
          Position information for a solar system body.
 

Methods in edu.nrao.sss.astronomy with parameters of type SphericalPosition
 Angle PolynomialPositionTable.getAngularSeparation(SphericalPosition other)
           
 Angle SolarSystemBodyPosition.getAngularSeparation(SphericalPosition other)
           
 Angle PolynomialPositionTable.getAngularSeparation(SphericalPosition other, Date time)
           
 Angle SkyPosition.getAngularSeparation(SphericalPosition other, Date time)
          Calculates current angular separation between this position and other at the given time.
 Angle SolarSystemBodyPosition.getAngularSeparation(SphericalPosition other, Date time)
           
 

Uses of SphericalPosition in edu.nrao.sss.geom
 

Classes in edu.nrao.sss.geom that implement SphericalPosition
 class EarthPosition
          A position on, in, or above the earth.
 

Methods in edu.nrao.sss.geom that return SphericalPosition
 SphericalPosition SphericalPosition.clone()
          Returns a copy of this position.
 SphericalPosition AzimuthalEquidistantProjector.getLatLonFor(Point2D xyPosition)
          Performs the inverse projection of an x,y point on a plane to a longitude, latitude position on a sphere.
 

Methods in edu.nrao.sss.geom with parameters of type SphericalPosition
 Angle SphericalPosition.getAngularSeparation(SphericalPosition other)
          Calculates the current angular separation between this position and other.
 Angle EarthPosition.getAngularSeparation(SphericalPosition other)
           
 Point2D AzimuthalEquidistantProjector.getXyFor(SphericalPosition sphericalPosition)
          Projects the longitude, latitude position on a sphere into an x,y position on a plane.
 void AzimuthalEquidistantProjector.setCenter(SphericalPosition centerPosition)
          Sets the center point, in longitude and latitude, for this projector.
 



Copyright © 2009. All Rights Reserved.