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

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

Uses of LongitudeInterval in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy with parameters of type LongitudeInterval
 void SkyPositionFilter.setLongitudeRange(LongitudeInterval newInterval)
          Sets the longitude range for this filter.
 

Uses of LongitudeInterval in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return LongitudeInterval
 LongitudeInterval LongitudeInterval.clone()
          Returns a copy of this interval.
static LongitudeInterval LongitudeInterval.parse(String intervalText)
          Creates a new longitude interval by parsing intervalText.
static LongitudeInterval LongitudeInterval.parse(String intervalText, String endPointSeparator)
          Creates a new longitude interval by parsing intervalText.
 LongitudeInterval[] LongitudeInterval.split(Longitude pointOfSplit)
          Returns two new intervals that were formed by splitting this one at the given point.
 LongitudeInterval LongitudeInterval.toComplement()
          Creates a new interval whose starting point is this interval's ending point and whose ending point is this interval's starting point.
 



Copyright © 2009. All Rights Reserved.