A B C D E F G H I J K L M N O P Q R S T U V W X Z

C

calcRevolutionVelocityToward(AngleDR, Date, boolean) - Static method in class edu.nrao.sss.geom.EarthPosition
Calculates the velocity in the direction of the given sky position due to the revolution of the earth around the sun or barycenter.
calculateAngularSeparation(Latitude, Latitude, Longitude, Longitude) - Static method in class edu.nrao.sss.geom.EarthPosition
Calculates the angular separation between two positions.
calculateFor(double) - Method in class edu.nrao.sss.math.Polynomial
Returns the value of this polynomial by using number as the value of the independent variable.
calculateFor(double) - Method in class edu.nrao.sss.math.PolynomialTerm
Returns the value of this term calculated for the given number.
calculateRelativeVelocity(Date) - Method in class edu.nrao.sss.astronomy.DopplerTracker
Calculates and returns the relative velocity between the earth-bound observer and celestial source held by this tracker.
calculateShiftedFrequency(Frequency, Date) - Method in class edu.nrao.sss.astronomy.DopplerTracker
Returns a shifted frequency based on restFreq and the relative velocity of the observer to the emitter at dateTime.
calcVelocityRelativeTo(SkyPosition, Date, VelocityFrame) - Method in class edu.nrao.sss.geom.EarthPosition
Returns the velocity of this position to the given sky position at a particular point in time and with respect to the given frame of reference.
canConnectInputTo(SignalSource) - Method in class edu.nrao.sss.electronics.SignalPipe
Returns true if the input of this pipe may be connected to source.
canConnectOutputTo(SignalProcessor) - Method in class edu.nrao.sss.electronics.SignalPipe
Returns true if the output of this pipe may be connected to processor.
capitalizeFirstLetterOfEachWord(String) - Method in class edu.nrao.sss.util.StringUtil
Returns a string based on str where the first letters of each word are converted to upper case.
Catalog<I extends CatalogItem<I>,G extends CatalogItemGroup<I,G,C>,C extends Catalog<I,G,C>> - Class in edu.nrao.sss.catalog
A generic catalog.
Catalog() - Constructor for class edu.nrao.sss.catalog.Catalog
Helps create a new catalog with a default name.
Catalog(String) - Constructor for class edu.nrao.sss.catalog.Catalog
Helps create a new catalog with the given name.
CatalogItem<I extends CatalogItem<I>> - Interface in edu.nrao.sss.catalog
An item, or entry, contained in a Catalog.
CatalogItemGroup<I extends CatalogItem<I>,G extends CatalogItemGroup<I,G,C>,C extends Catalog<I,G,C>> - Class in edu.nrao.sss.catalog
A grouping of catalog items.
CatalogItemGroup() - Constructor for class edu.nrao.sss.catalog.CatalogItemGroup
Creates a new group with a default name and that belongs to no catalog.
CatalogItemGroup(C, String) - Constructor for class edu.nrao.sss.catalog.CatalogItemGroup
Creates a new group that belongs to container.
CatalogItemGroup(C) - Constructor for class edu.nrao.sss.catalog.CatalogItemGroup
Special constructor used only by Catalog for constructing its main group.
CatalogItemGroupListener<I extends CatalogItem<I>,G extends CatalogItemGroup<I,G,C>,C extends Catalog<I,G,C>> - Interface in edu.nrao.sss.catalog
A listener of events on a catalog group.
CatalogListener<I extends CatalogItem<I>,G extends CatalogItemGroup<I,G,C>,C extends Catalog<I,G,C>> - Interface in edu.nrao.sss.catalog
A listener of changes to a catalog.
CelestialCoordinateConverter - Interface in edu.nrao.sss.astronomy
A converter of sky positions to other celestial coordinate systems.
CelestialCoordinateSystem - Enum in edu.nrao.sss.astronomy
An enumeration of coordinate systems commonly used in astronomy.
changeWidthTo(Frequency) - Method in class edu.nrao.sss.measure.FrequencyRange
Changes the width of this range to newWidth.
Circle - Class in edu.nrao.sss.geom
A circle described by a central point and radial length.
Circle(double) - Constructor for class edu.nrao.sss.geom.Circle
Creates a new circle, centered at the origin, with the given radius.
Circle(Point2D, double) - Constructor for class edu.nrao.sss.geom.Circle
Creates a new circle with the given center and radius.
clear() - Method in class edu.nrao.sss.catalog.Catalog
Removes all groups and all items from this catalog.
clear() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Removes all members from this group.
clear() - Method in class edu.nrao.sss.clipboard.ClipBoard
 
clear() - Method in interface edu.nrao.sss.math.Interpolator
Clears all points from this interpolator.
clear() - Method in class edu.nrao.sss.math.Polynomial
Removes all terms from this polynomial.
clear() - Method in class edu.nrao.sss.measure.FrequencySpectrum
Removes all covered ranges from this spectrum.
clear() - Method in class edu.nrao.sss.util.LookupTable
Removes all entries from this table.
clearAll() - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Sets this filter to a wide-open state.
clearCone() - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Stops this filter from applying a cone search.
clearDistance() - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Sets the distance criterion to its wide-open state.
clearId() - Method in class edu.nrao.sss.catalog.Catalog
Resets this catalog's ID, and the IDs of all its groups, to a value that represents the unidentified state.
clearLatitude() - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Sets the latitude criterion to its wide-open state.
clearLongitude() - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Sets the longitude criterion to its wide-open state.
clearlyNotEqualTo(Object) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
 
clearQueryTime() - Method in class edu.nrao.sss.astronomy.SkyPositionFilter
Sets this filter so that it will use the current time when querying positions sent to the SkyPositionFilter.allows(SkyPosition) or SkyPositionFilter.blocks(SkyPosition) methods.
ClipBoard - Class in edu.nrao.sss.clipboard
This ClipBoard will hold a Collection of Cloneable objects.
ClipBoard() - Constructor for class edu.nrao.sss.clipboard.ClipBoard
 
clone() - Method in class edu.nrao.sss.astronomy.EphemerisTable
Returns a copy of this table.
clone() - Method in class edu.nrao.sss.astronomy.Orbit
Returns an orbit that is equal to this one.
clone() - Method in class edu.nrao.sss.astronomy.PolynomialPosition
Returns a copy of this polynomial position.
clone() - Method in class edu.nrao.sss.astronomy.PolynomialPositionTable
Returns a copy of this table.
clone() - Method in class edu.nrao.sss.astronomy.SimpleSkyPosition
Returns a copy of this sky position.
clone() - Method in interface edu.nrao.sss.astronomy.SkyPosition
Returns a copy of this sky position.
clone() - Method in class edu.nrao.sss.astronomy.SolarSystemBodyPosition
Returns a copy of this body.
clone() - Method in class edu.nrao.sss.astronomy.SpectralLine
Returns a spectral line that is a copy of this one.
clone() - Method in class edu.nrao.sss.catalog.Catalog
Returns a catalog that is a copy of this one.
clone() - Method in interface edu.nrao.sss.catalog.CatalogItem
 
clone() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Returns a group that is a copy of this one.
clone() - Method in class edu.nrao.sss.electronics.DigitalSignal
Creates and returns a copy of this signal.
clone() - Method in class edu.nrao.sss.electronics.LocalOscillator
Creates and returns a copy of this oscillator.
clone() - Method in class edu.nrao.sss.electronics.Signal
Creates and returns a copy of this signal.
clone(PolarizationType) - Method in class edu.nrao.sss.electronics.Signal
Creates a copy of this signal, changes its polarization to newPolarization, and returns the copy.
clone() - Method in class edu.nrao.sss.geom.Circle
Creates a copy of this circle.
clone() - Method in class edu.nrao.sss.geom.EarthPosition
Returns a copy of this position.
clone() - Method in interface edu.nrao.sss.geom.SphericalPosition
Returns a copy of this position.
clone() - Method in class edu.nrao.sss.html.HtmlTableCell
Returns a new copy of this cell.
clone() - Method in class edu.nrao.sss.math.Polynomial
Returns an polynomial that is equal to this one.
clone() - Method in class edu.nrao.sss.math.PolynomialTerm
Returns an polynomial term that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.Angle
Returns an angle that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.AngularVelocity
Returns a angular velocity that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.Distance
Returns a distance that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.EquatorialArc
Returns an arc that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.FluxDensity
Returns a flux density that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.Frequency
Returns a frequency that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.FrequencyRange
Creates a copy of this frequency range.
clone() - Method in class edu.nrao.sss.measure.FrequencySpectrum
Returns a copy of this spectrum.
clone() - Method in class edu.nrao.sss.measure.JulianDate
Returns a copy of this date.
clone() - Method in class edu.nrao.sss.measure.LinearVelocity
Returns a linear velocity that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.LocalSiderealTime
Returns a copy of this LST.
clone() - Method in class edu.nrao.sss.measure.LongitudeInterval
Returns a copy of this interval.
clone() - Method in class edu.nrao.sss.measure.TimeDuration
Returns a duration that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.TimeInterval
Returns a time interval that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.TimeOfDay
Returns a time of day that is equal to this one.
clone() - Method in class edu.nrao.sss.measure.TimeOfDayInterval
Returns an interval that is equal to this one.
clone() - Method in class edu.nrao.sss.util.LookupTable
Returns a shallow copy of this lookup table.
cloneAllExceptMembers() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Clones this group but does not add any members to the new group.
cloneIntoSameCatalog() - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Clones this group and adds it to the same catalog to which it belongs.
code - Variable in class edu.nrao.sss.astronomy.sesame.Resolver
 
combine(Collection<Signal>) - Method in class edu.nrao.sss.electronics.SignalCombiner
Deprecated. Creates and returns a new signal that is the result of applying this combiner to the given collection of input signals.
commit() - Method in class edu.nrao.sss.util.XmlWrapper
 
compare(Angle, Angle) - Method in class edu.nrao.sss.measure.AngleSortKey
 
compare(A, A) - Method in class edu.nrao.sss.measure.EquatorialArcSortKey
 
compare(T, T) - Method in class edu.nrao.sss.sort.CompoundComparator
 
compare(T, T) - Method in class edu.nrao.sss.sort.ReflectiveDoubleSortKey
 
compare(T, T) - Method in class edu.nrao.sss.sort.ReflectiveEnumSortKey
 
compare(T, T) - Method in class edu.nrao.sss.sort.ReflectiveIntSortKey
 
compare(T, T) - Method in class edu.nrao.sss.sort.ReflectiveStringSortKey
 
compareAscending(Double, Double) - Method in class edu.nrao.sss.sort.DoubleSortKey
Uses the natural ordering of Double.
compareAscending(E, E) - Method in class edu.nrao.sss.sort.EnumSortKey
Uses the natural ordering of E.
compareAscending(Integer, Integer) - Method in class edu.nrao.sss.sort.IntSortKey
Uses the natural ordering of Integer.
compareAscending(T, T) - Method in class edu.nrao.sss.sort.SortKey
Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in ascending order.
compareAscending(String, String) - Method in class edu.nrao.sss.sort.StringSortKey
Uses the natural ordering of String and the value of this key's ignoreCase property.
compareCustom(E, E) - Method in class edu.nrao.sss.sort.EnumSortKey
Uses a client-specified ordering
compareNatural(Double, Double) - Method in class edu.nrao.sss.sort.DoubleSortKey
Uses the natural ordering of Double.
compareNatural(E, E) - Method in class edu.nrao.sss.sort.EnumSortKey
Uses the natural ordering of E.
compareNatural(Integer, Integer) - Method in class edu.nrao.sss.sort.IntSortKey
Uses the natural ordering of Integer.
compareNatural(T, T) - Method in class edu.nrao.sss.sort.SortKey
Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in natural order.
compareNatural(String, String) - Method in class edu.nrao.sss.sort.StringSortKey
Uses the natural ordering of String and the value of this key's ignoreCase property.
compareObjects(E, E, SortOrder) - Method in class edu.nrao.sss.sort.EnumSortKey
Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in according to t he given sort order.
compareObjects(T, T) - Method in class edu.nrao.sss.sort.SortKey
Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in this key's current order.
compareObjects(T, T, SortOrder) - Method in class edu.nrao.sss.sort.SortKey
Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in according to t he given sort order.
compareTo(PolynomialPosition) - Method in class edu.nrao.sss.astronomy.PolynomialPosition
Compares this position to other for order.
compareTo(Polynomial) - Method in class edu.nrao.sss.math.Polynomial
Compares this polynomial to other for order.
compareTo(PolynomialTerm) - Method in class edu.nrao.sss.math.PolynomialTerm
Compares this term with the otherTerm for order.
compareTo(Angle) - Method in class edu.nrao.sss.measure.Angle
Compares this angle with the otherAngle for order.
compareTo(AngularVelocity) - Method in class edu.nrao.sss.measure.AngularVelocity
Compares this angular velocity with the otherDist for order.
compareTo(Distance) - Method in class edu.nrao.sss.measure.Distance
Compares this distance with the otherDist for order.
compareTo(A) - Method in class edu.nrao.sss.measure.EquatorialArc
Compares this arc with the otherArc for order.
compareTo(FluxDensity) - Method in class edu.nrao.sss.measure.FluxDensity
Compares this flux density with the otherFlux for order.
compareTo(Frequency) - Method in class edu.nrao.sss.measure.Frequency
Compares this frequency with the otherFreq for order.
compareTo(FrequencyRange) - Method in class edu.nrao.sss.measure.FrequencyRange
Compares this range to other for order.
compareTo(JulianDate) - Method in class edu.nrao.sss.measure.JulianDate
 
compareTo(LinearVelocity) - Method in class edu.nrao.sss.measure.LinearVelocity
Compares this linear velocity with the otherVel for order.
compareTo(LocalSiderealTime) - Method in class edu.nrao.sss.measure.LocalSiderealTime
 
compareTo(TimeDuration) - Method in class edu.nrao.sss.measure.TimeDuration
Compares this duration with the otherDur for order.
compareTo(TimeInterval) - Method in class edu.nrao.sss.measure.TimeInterval
Compares this interval to other for order.
compareTo(TimeOfDay) - Method in class edu.nrao.sss.measure.TimeOfDay
Compares this time of day to other for order.
CompositeConverter - Class in edu.nrao.sss.astronomy
A coordinate converter that delegates its work to other converters.
CompositeConverter() - Constructor for class edu.nrao.sss.astronomy.CompositeConverter
Creates a new composite converter with no component converters.
CompoundComparator<T> - Class in edu.nrao.sss.sort
A comparator that is a chain of other comparators.
CompoundComparator() - Constructor for class edu.nrao.sss.sort.CompoundComparator
Creates a new instance with no contained comparators.
CompoundComparator(Comparator<T>...) - Constructor for class edu.nrao.sss.sort.CompoundComparator
Creates a new compound comparator with the given elements.
CompoundComparator(Collection<? extends Comparator<T>>) - Constructor for class edu.nrao.sss.sort.CompoundComparator
Creates a new compound comparator with the given elements.
CompoundFilter<T> - Class in edu.nrao.sss.util
A filter that is composed of other filters.
CompoundFilter() - Constructor for class edu.nrao.sss.util.CompoundFilter
Creates a new wide open filter with the logical AND operator.
CompoundFilter(Collection<? extends Filter<T>>, LogicalOperator) - Constructor for class edu.nrao.sss.util.CompoundFilter
Creates a new compound filter with the given features.
connectInputTo(SignalSource) - Method in class edu.nrao.sss.electronics.SignalPipe
Attempts to connect the input of this pipe to source and returns true if successful.
connectOutputTo(SignalProcessor) - Method in class edu.nrao.sss.electronics.SignalPipe
Attempts to connect the output of this pipe to processor and returns true if successful.
container - Variable in class edu.nrao.sss.validation.Validation
The validator of which this validation is a part.
contains(I) - Method in class edu.nrao.sss.catalog.Catalog
Returns true if this catalog holds item.
contains(I) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Returns true if member belongs to this group.
contains(double, double) - Method in class edu.nrao.sss.geom.Circle
 
contains(double, double, double, double) - Method in class edu.nrao.sss.geom.Circle
 
contains(Point2D) - Method in class edu.nrao.sss.geom.Circle
 
contains(Rectangle2D) - Method in class edu.nrao.sss.geom.Circle
 
contains(Number) - Method in class edu.nrao.sss.math.NumberInterval
Returns true if this interval contains candidate.
contains(Frequency) - Method in class edu.nrao.sss.measure.FrequencyRange
Returns true if this range contains frequency.
contains(FrequencyRange) - Method in class edu.nrao.sss.measure.FrequencyRange
Returns true if this range contains other.
contains(Longitude) - Method in class edu.nrao.sss.measure.LongitudeInterval
Returns true if longitude is contained in this interval.
contains(Date) - Method in class edu.nrao.sss.measure.TimeInterval
Returns true if time is contained in this interval.
contains(TimeInterval) - Method in class edu.nrao.sss.measure.TimeInterval
Returns true if this interval contains other.
contains(TimeOfDay) - Method in class edu.nrao.sss.measure.TimeOfDayInterval
Returns true if time is contained in this interval.
contains(TimeOfDayInterval) - Method in class edu.nrao.sss.measure.TimeOfDayInterval
Returns true if this interval contains other.
containsGroupNamed(String) - Method in class edu.nrao.sss.catalog.Catalog
Returns true if this catalog contains a group with the given name.
containsKey(K) - Method in class edu.nrao.sss.util.LookupTable
Returns true if this table contains an entry whose key is key.
containsType(Class<?>) - Method in class edu.nrao.sss.clipboard.ClipBoard
 
containsValue(V) - Method in class edu.nrao.sss.util.LookupTable
Returns true if this table contains one or more entries whose value is value.
convertDmsTo(ArcUnits, int, int, BigDecimal) - Static method in enum edu.nrao.sss.measure.ArcUnits
Converts from degrees-minutes-seconds to otherUnits.
convertHmsTo(ArcUnits, int, int, BigDecimal) - Static method in enum edu.nrao.sss.measure.ArcUnits
Converts from hours-minutes-seconds to otherUnits.
convertTo(ArcUnits) - Method in class edu.nrao.sss.measure.Angle
Converts this angle to the new units.
convertTo(AngularVelocityUnits) - Method in class edu.nrao.sss.measure.AngularVelocity
Converts this measure of angular velocity to the new units.
convertTo(DistanceUnits) - Method in class edu.nrao.sss.measure.Distance
Converts this measure of distance to the new units.
convertTo(ArcUnits) - Method in class edu.nrao.sss.measure.EquatorialArc
Converts this arc to the new units.
convertTo(FluxDensityUnits) - Method in class edu.nrao.sss.measure.FluxDensity
Converts this measure of flux density to the new units.
convertTo(FrequencyUnits) - Method in class edu.nrao.sss.measure.Frequency
Converts this measure of frequency to the new units.
convertTo(FrequencyUnits) - Method in class edu.nrao.sss.measure.FrequencyRange
Converts both endpoints of this range to the given units.
convertTo(LinearVelocityUnits) - Method in class edu.nrao.sss.measure.LinearVelocity
Converts this measure of linear velocity to the new units.
convertTo(TimeUnits) - Method in class edu.nrao.sss.measure.TimeDuration
Converts this duration to the new units.
convertToDms(BigDecimal) - Method in enum edu.nrao.sss.measure.ArcUnits
Converts value, expressed in this unit, to degrees-minutes-seconds.
convertToHms(BigDecimal) - Method in enum edu.nrao.sss.measure.ArcUnits
Converts value, expressed in this unit, to hours-minutes-seconds.
convertToMinAbsValueNormal() - Method in class edu.nrao.sss.measure.Angle
Converts this angle to the normalized value that has the smaller absolute value.
convertToNegativeNormal() - Method in class edu.nrao.sss.measure.Angle
Converts this angle to a negative normalized angle.
convertToPositiveNormal() - Method in class edu.nrao.sss.measure.Angle
Converts this angle to a positive normalized angle.
CoordinateConversionException - Exception in edu.nrao.sss.astronomy
Thrown to indicate that something has gone wrong during conversion from one celestial coordinate system to another.
CoordinateConversionException(String, Throwable) - Constructor for exception edu.nrao.sss.astronomy.CoordinateConversionException
 
copyAttributesOf(HtmlElement) - Method in class edu.nrao.sss.html.HtmlElement
Copies the attributes of the other element into this one.
copyPropertiesFrom(G) - Method in class edu.nrao.sss.catalog.CatalogItemGroup
Copies some properties of otherGroup into this one.
cosecant() - Method in class edu.nrao.sss.measure.Angle
Returns the cosecant of this angle.
cosine() - Method in class edu.nrao.sss.measure.Angle
Returns the cosine of this angle.
cotangent() - Method in class edu.nrao.sss.measure.Angle
Returns the cotangent of this angle.
covers(Frequency) - Method in class edu.nrao.sss.measure.FrequencySpectrum
Returns true if this spectrum covers the given frequency.
createDerivative() - Method in class edu.nrao.sss.math.Polynomial
Returns a polynomial that is the mathematical derivative of this one.
createDerivativeTerm() - Method in class edu.nrao.sss.math.PolynomialTerm
Returns a term that is a derivative of this term.
createEarlyDate() - Static method in class edu.nrao.sss.util.DateUtility
Creates and returns a very low, or early, date.
createFrom(SkyPosition, CelestialCoordinateSystem, Epoch, EarthPosition, LocalSiderealTime) - Method in interface edu.nrao.sss.astronomy.CelestialCoordinateConverter
Returns a new position that is equivalent to position, but in the given coordinate system and epoch.
createFrom(SkyPosition, CelestialCoordinateSystem, Epoch, EarthPosition, LocalSiderealTime) - Method in class edu.nrao.sss.astronomy.CompositeConverter
 
createFrom(String, String) - Static method in class edu.nrao.sss.astronomy.EphemerisTable
Creates a new ephemeris table and tries to load it with data from the given file.
createFrom(InputStream, String) - Static method in class edu.nrao.sss.astronomy.EphemerisTable
Creates a new ephemeris table and tries to load it with data from the given stream.
createFrom(SkyPosition, CelestialCoordinateSystem, Epoch, EarthPosition, LocalSiderealTime) - Method in class edu.nrao.sss.astronomy.EquatorialHorizontalConverter
 
createFrom(SkyPosition, CelestialCoordinateSystem, Epoch, EarthPosition, LocalSiderealTime) - Method in class edu.nrao.sss.astronomy.HeasarcCoordConverter
Returns a new position that is equivalent to position, but in the given coordinate system and epoch.
createFrom(SkyPosition, CelestialCoordinateSystem, Epoch, EarthPosition, LocalSiderealTime) - Method in class edu.nrao.sss.astronomy.StarlinkPalConverter
 
createFrom(EventStatus...) - Static method in enum edu.nrao.sss.util.EventSetStatus
Uses the componentStatuses to derive an EventSetStatus.
createFrom(EventSetStatus...) - Static method in enum edu.nrao.sss.util.EventSetStatus
Uses the componentStatuses to derive a single EventSetStatus.
createFromHtml(Reader) - Static method in class edu.nrao.sss.html.HtmlTable
Returns a list of new HTML tables created by parsing the given source.
createGroup() - Method in class edu.nrao.sss.catalog.Catalog
Returns a group of the same type of items used by this catalog.
createGroup() - Method in class edu.nrao.sss.catalog.SimpleCatalog
 
createLateDate() - Static method in class edu.nrao.sss.util.DateUtility
Creates and returns a very high, or late, date.
createMainGroup() - Method in class edu.nrao.sss.catalog.Catalog
Creates and returns a new group to use as the holder of items for this catalog.
createMainGroup() - Method in class edu.nrao.sss.catalog.SimpleCatalog
 
createPmVector() - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of PmVector
createResolver() - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of Resolver
createResolverAlias(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverErrDEmas(BigDecimal) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<BigDecimal>}
createResolverERROR(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverErrRAmas(BigDecimal) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<BigDecimal>}
createResolverINFO(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverJdedeg(BigDecimal) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<BigDecimal>}
createResolverJpos(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverJradeg(BigDecimal) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<BigDecimal>}
createResolverMag(Veqr) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<Veqr>}
createResolverMType(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverNrefs(BigInteger) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<BigInteger>}
createResolverOname(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverOtype(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverPm(PmVector) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<PmVector>}
createResolverRefPos(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverSpNum(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverSpType(String) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<String>}
createResolverVel(Veqr) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<Veqr>}
createResolverZ(Veqr) - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of JAXBElement<Veqr>}
createSesame() - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of Sesame
createTarget() - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of Target
createTargetName() - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of Target.Name
createVeqr() - Method in class edu.nrao.sss.astronomy.sesame.ObjectFactory
Create an instance of Veqr
CubicSpline - Class in edu.nrao.sss.math
An interpolated value calculator that uses cubic spline interpolation.
CubicSpline() - Constructor for class edu.nrao.sss.math.CubicSpline
Creates a new instance.
CURRENT_TIME - Static variable in class edu.nrao.sss.astronomy.SkyPositionFilter
A constant that indicates the current time should be used when evaluating the information held by a position.

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2009. All Rights Reserved.