Uses of Class
edu.nrao.sss.measure.Latitude

Packages that use Latitude
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.geom Geometric concepts. 
edu.nrao.sss.measure Measurements and their units. 
 

Uses of Latitude in edu.nrao.sss.astronomy
 

Fields in edu.nrao.sss.astronomy declared as Latitude
static Latitude SkyPositionFilter.ANY_LATITUDE
          A constant that may be used to indicate that the minimum or maximum latitude is unbounded.
 

Methods in edu.nrao.sss.astronomy that return Latitude
 Latitude PolynomialPositionTable.getLatitude()
           
 Latitude SimpleSkyPosition.getLatitude()
          Returns the current latitude of this position.
 Latitude SolarSystemBodyPosition.getLatitude()
          Returns the current latitude of this position.
 Latitude EphemerisTable.getLatitude(Date time)
          Returns the latitude of this position at the given point in time.
 Latitude PolynomialPositionTable.getLatitude(Date time)
           
 Latitude SimpleSkyPosition.getLatitude(Date time)
          Returns the latitude of this position at the given point in time.
 Latitude Orbit.getLatitude(Date time)
          NOT YET CODED; always returns a null-like value.

Returns the latitude of this position at the given point in time.

 Latitude SkyPosition.getLatitude(Date time)
          Returns the latitude of this position at the given point in time.
 Latitude PolynomialPosition.getLatitude(Date time)
          Returns the latitude of this position at the given point in time.
 Latitude SolarSystemBodyPosition.getLatitude(Date time)
          Returns the latitude of this position at the given point in time.
 Latitude PolynomialPosition.getLatitudeAtTimeZero()
          Returns the latitude of this position as of the reference time.
 Latitude PolynomialPositionTable.getLatitudeUncertainty()
           
 Latitude SimpleSkyPosition.getLatitudeUncertainty()
          Returns the uncertainty in the latitude of this position.
 Latitude PolynomialPosition.getLatitudeUncertainty()
          Returns the uncertainty in the latitude of this position.
 Latitude SolarSystemBodyPosition.getLatitudeUncertainty()
          Returns the uncertainty in the latitude of this position.
 

Methods in edu.nrao.sss.astronomy with parameters of type Latitude
 String CelestialCoordinateSystem.latitudeToString(Latitude latitude, int minFracDigits, int maxFracDigits)
          Returns a text representation of latitude that is appropriate for this coordinate system.
 void SkyPositionFilter.setCone(Latitude centerLatitude, Longitude centerLongitude, Angle searchRadius)
          Sets this filter so that only positions within the cone described by the center latitude / longitude pair and the search radius may pass.
 void EphemerisTableBuilder.setDeclinationRange(Latitude first, Latitude last)
           
 void SimpleSkyPosition.setLatitude(Latitude newLatitude)
          Sets the latitude of this position.
 void SkyPositionFilter.setLatitude(Latitude center, Angle halfWidth)
          Sets the latitude range for this filter.
 void PolynomialPosition.setLatitudeAtTimeZero(Latitude latitude)
          Sets the latitude of this position as of the reference time.
 void SkyPositionFilter.setLatitudeLongitudeRectangle(Latitude centerLatitude, Longitude centerLongitude, Angle halfWidth)
          Sets that latitude and longitude ranges for this filter.
 void SkyPositionFilter.setLatitudeRange(Latitude min, Latitude max)
          Sets the latitude range for this filter.
 void SimpleSkyPosition.setLatitudeUncertainty(Latitude newUncertainty)
          Sets the uncertainty in the latitude of this position.
 void PolynomialPosition.setLatitudeUncertainty(Latitude uncertainty)
          Sets the uncertainty level in the latitude of this position.
 

Uses of Latitude in edu.nrao.sss.geom
 

Methods in edu.nrao.sss.geom that return Latitude
 Latitude SphericalPosition.getLatitude()
          Returns the current latitude of this position.
 Latitude EarthPosition.getLatitude()
          Returns a copy of this position's latitude.
 Latitude SphericalPosition.getLatitudeUncertainty()
          Returns the uncertainty in the latitude of this position.
 Latitude EarthPosition.getLatitudeUncertainty()
          Returns a copy of the uncertainty in this position's latitude.
 

Methods in edu.nrao.sss.geom with parameters of type Latitude
static Angle EarthPosition.calculateAngularSeparation(Latitude latitude1, Latitude latitude2, Longitude longitude1, Longitude longitude2)
          Calculates the angular separation between two positions.
 Angle EarthPosition.getParallacticAngle(Longitude rightAscension, Latitude declination, Date dateTime)
          Returns the parallactic angle to the given sky coordinates from this location at the specified time.
 

Constructors in edu.nrao.sss.geom with parameters of type Latitude
EarthPosition(Longitude longitude, Latitude latitude, Distance distance, TimeZone timeZone)
          Creates a new position at the given location.
EarthPosition(Longitude lon, Latitude lat, Distance dist, TimeZone tz, Longitude lonUncertainty, Latitude latUncertainty, Distance distUncertainty)
          Creates a new position at the given location.
EarthPosition(Longitude longitude, Latitude latitude, TimeZone timeZone)
          Creates a new position at the given location.
 

Uses of Latitude in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return Latitude
static Latitude Latitude.parse(String text)
          Returns a new latitude based on the given text.
 

Methods in edu.nrao.sss.measure with parameters of type Latitude
 boolean Latitude.isNorthOf(Latitude other)
          Returns true if this latitude is north of other.
 boolean Latitude.isSouthOf(Latitude other)
          Returns true if this latitude is south of other.
 



Copyright © 2009. All Rights Reserved.