A B C D E F G I J L M O P R S T U V W

A

abs(int) - Static method in class swisseph.SMath
 
abs(long) - Static method in class swisseph.SMath
 
abs(float) - Static method in class swisseph.SMath
 
abs(double) - Static method in class swisseph.SMath
 
acos(double) - Static method in class swisseph.SMath
 
AS_MAXCH - Static variable in class swisseph.SwissData
 
asin(double) - Static method in class swisseph.SMath
 
atan(double) - Static method in class swisseph.SMath
 
atan2(double, double) - Static method in class swisseph.SMath
 
atof(String) - Static method in class swisseph.SwissLib
This method emulates the C version of atof() allowing any string to be parsed into a number.
atoi(String) - Static method in class swisseph.SwissLib
This method emulates the C version of atoi() allowing any string to be parsed into an integer.
AUNIT - Static variable in class swisseph.SweConst
 
ayanamsa_name - Static variable in class swisseph.SwissData
 

B

BEYOND_USER_TIME_LIMIT - Static variable in exception swisseph.SwissephException
Error code, when a user requested time limit has been reached.
BIT_ROUND_MIN - Static variable in class Sweclips
 
BIT_ROUND_SEC - Static variable in class Sweclips
 
BIT_ZODIAC - Static variable in class Sweclips
 

C

calc(double, int, int, double[]) - Method in class swisseph.SwissEph
 
calc(double) - Method in class swisseph.TCPlanet
 
calc(double) - Method in class swisseph.TCPlanetPlanet
 
calc(double) - Method in class swisseph.TransitCalculator
 
ceil(double) - Static method in class swisseph.SMath
 
CFmt - Class in <Unnamed>
CFmt: Formatting strings and numbers like printf in C.
CFmt() - Constructor for class CFmt
This creates a new instance with a default of 8 as the hexByteCount.
CFmt(int) - Constructor for class CFmt
This creates a new instance with the specified value as hexByteCnt.
checkDate() - Method in class swisseph.SweDate
Checks the date to see, if it is a valid date.
checkDate(int, int, int) - Method in class swisseph.SweDate
Checks the given date to see, if it is a valid date.
checkDate(int, int, int, double) - Method in class swisseph.SweDate
Checks the given date to see, if it is a valid date.
close() - Method in class swisseph.FilePtr
Closes the connection to the file.
cos(double) - Static method in class swisseph.SMath
 
createLocDateTimeFormatter(String, boolean) - Method in class swisseph.Extlib
Creates a localized date time formatter suitable for tabular output with 4 digit years and UTC timezone.

D

DAMAGED_FILE_ERROR - Static variable in exception swisseph.SwissephException
Error code, when the file is damaged in any way, which normally means that the content is not what it is expected to be.
DblObj - Class in swisseph
This class enables methods to return doubles by reference.
DblObj() - Constructor for class swisseph.DblObj
 
DIR_GLUE - Variable in class swisseph.SwissData
 

E

E - Static variable in class swisseph.SMath
 
ECL_LUN_PARTIAL - Static variable in class Sweclips
 
ECL_LUN_PENUMBRAL - Static variable in class Sweclips
 
ECL_LUN_TOTAL - Static variable in class Sweclips
 
ECL_SOL_ANNULAR - Static variable in class Sweclips
 
ECL_SOL_PARTIAL - Static variable in class Sweclips
 
ECL_SOL_TOTAL - Static variable in class Sweclips
 
ERR - Static variable in class swisseph.SweConst
Constant for unsuccessful return values.
exp(double) - Static method in class swisseph.SMath
 
Extlib - Class in swisseph
Some supportive methods, mainly for internationalization.
Extlib() - Constructor for class swisseph.Extlib
This class contains some additional method not contained in the original Swiss Ephemeris package.

F

FILE_ERROR - Static variable in exception swisseph.SwissephException
Any file error.
FILE_NOT_FOUND - Static variable in exception swisseph.SwissephException
Error code, when the file could not be found.
FILE_OPEN_FAILED - Static variable in exception swisseph.SwissephException
Error code, when the file could not be opened.
FILE_READ_ERROR - Static variable in exception swisseph.SwissephException
Error code, when the file could not be read.
FilePtr - Class in swisseph
This class is meant to be a wrapper to some read functionality of the RandomAccessFile class.
FilePtr(RandomAccessFile, Socket, InputStream, BufferedOutputStream, String, long, int) - Constructor for class swisseph.FilePtr
Creates a new FilePtr instance.
floor(double) - Static method in class swisseph.SMath
 
fmt(String, char) - Method in class CFmt
Formats a character as specified by the conversion specification.
fmt(String, String) - Method in class CFmt
Formats a String as specified by the conversion specification.
fmt(String, byte) - Method in class CFmt
Formats a byte as specified by the conversion specification.
fmt(String, int) - Method in class CFmt
Formats an integer as specified by the conversion specification.
fmt(String, long) - Method in class CFmt
Formats a long value as specified by the conversion specification.
fmt(String, float) - Method in class CFmt
Formats a float value as specified by the conversion specification.
fmt(String, double) - Method in class CFmt
Formats a double value as specified by the conversion specification.
FRIDAY - Static variable in class swisseph.SweDate
Constant for weekdays.

G

getCalendarType() - Method in class swisseph.SweDate
Queries the type of calendar in effect - Gregorian or Julian calendar.
getDate(long) - Method in class swisseph.SweDate
This will return a java.util.Date object with the date of this SweDate object.
getDate(double) - Static method in class swisseph.SweDate
This will return a java.util.Date object from a julian day number.
getDay() - Method in class swisseph.SweDate
Queries the day of this SweDate object.
getDayOfWeekNr() - Method in class swisseph.SweDate
Queries the day of the week, i.e.
getDayOfWeekNr(double) - Static method in class swisseph.SweDate
Queries the day of the week of the given Julian Day number (interpreted in the gregorian calendar system!).
getDayOfWeekNr(int, int, int) - Static method in class swisseph.SweDate
Queries the day of the week of the given date that is interpreted as being a date in the Gregorian or Julian calendar system depending on the date, the switch from Julian to Gregorian calendar system occured.
getDayOfWeekNr(int, int, int, boolean) - Static method in class swisseph.SweDate
Queries the day of the week of the given date that is interpreted as being a date in the given calendar system.
getDecimalSeparator(NumberFormat) - Method in class swisseph.Extlib
Returns the decimal separator of the NumberFormat
getDegreePrecision(double) - Method in class swisseph.TCPlanet
 
getDegreePrecision(double) - Method in class swisseph.TCPlanetPlanet
 
getDegreePrecision(double) - Method in class swisseph.TransitCalculator
 
getDeltaT() - Method in class swisseph.SweDate
Queries the delta T value for the date of this object.
getDeltaT(double) - Static method in class swisseph.SweDate
Queries the delta T value for the given Julian Day number - this is a static method.
getFilePointer() - Method in class swisseph.FilePtr
Returns the current position of the file pointer.
getFixstarMagnitude(String) - Method in class swisseph.SwissEph
Returns the magnitude (brightness) of a fixstar.
getFixstarMagnitude(StringBuffer) - Method in class swisseph.SwissEph
Returns the magnitude (brightness) of a fixstar.
getGregorianChange() - Method in class swisseph.SweDate
Returns the julian day number on which the Gregorian calendar system comes to be in effect.
getHexByteCnt() - Method in class CFmt
Returns the current value for hexByteCnt.
getHour() - Method in class swisseph.SweDate
Queries the hour of the day of this SweDate object.
getJD() - Method in exception swisseph.SwissephException
Returns the julian day number as ET of the current process.
getJPLRange(String) - Method in class swisseph.SwissEph
 
getJulDay() - Method in class swisseph.SweDate
Queries the Julian Day number of this object.
getJulDay(int, int, int, double) - Static method in class swisseph.SweDate
Queries the Julian Day number of the given date in Gregorian calendar system - this is a static method.
getJulDay(int, int, int, double, boolean) - Static method in class swisseph.SweDate
Queries the Julian Day number of the given date that is interpreted as a date in the given calendar system - this is a static method.
getLocale(String) - Method in class swisseph.Extlib
Returns the requested locale from a locale string.
getLocales() - Method in class swisseph.Extlib
This method returns all available locale strings
getMaxSpeed() - Method in class swisseph.TCPlanet
 
getMaxSpeed() - Method in class swisseph.TCPlanetPlanet
 
getMaxSpeed() - Method in class swisseph.TransitCalculator
 
getMinSpeed() - Method in class swisseph.TCPlanet
 
getMinSpeed() - Method in class swisseph.TCPlanetPlanet
 
getMinSpeed() - Method in class swisseph.TransitCalculator
 
getMonth() - Method in class swisseph.SweDate
Queries the month of this SweDate object.
getNormalizedDatePattern(String, boolean) - Method in class swisseph.Extlib
Ensures a date pattern with four letter year, two letter month and day and 24h time format, if requested.
getObjectIdentifiers() - Method in class swisseph.TCPlanet
This returns all the "object identifiers s" used in this TransitCalculator.
getObjectIdentifiers() - Method in class swisseph.TCPlanetPlanet
This returns all the "object identifiers s" used in this TransitCalculator.
getObjectIdentifiers() - Method in class swisseph.TransitCalculator
This returns all the "object identifiers s" used in this TransitCalculator.
getOffset() - Method in class swisseph.TCPlanet
This returns the degree or other value of the position or speed of the planet to transit.
getOffset() - Method in class swisseph.TCPlanetPlanet
This returns the transit degree or other transit value of the relative position or speed of the two planets.
getOffset() - Method in class swisseph.TransitCalculator
This returns the degree or other value of the position or speed of the planet to transit.
getPatternLastIdx(String, String, SimpleDateFormat) - Method in class swisseph.Extlib
Returns the index in the formatter pattern of the given pattern 'what' recalculated to the APPLIED pattern of the formatter.
getRC() - Method in exception swisseph.SwissephException
Returns the return code from the underlying original C-source code, which is SweConst.ERR normally.
getRollover() - Method in class swisseph.TCPlanet
 
getRollover() - Method in class swisseph.TCPlanetPlanet
 
getRollover() - Method in class swisseph.TransitCalculator
 
getTidalAcc() - Method in class swisseph.SweDate
Returns the tidal acceleration used in calculations of delta T.
getTimePrecision(double) - Method in class swisseph.TCPlanet
 
getTimePrecision(double) - Method in class swisseph.TCPlanetPlanet
 
getTimePrecision(double) - Method in class swisseph.TransitCalculator
 
getTransitET(TransitCalculator, double, boolean) - Method in class swisseph.SwissEph
Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
getTransitET(TransitCalculator, double, boolean, double) - Method in class swisseph.SwissEph
Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
getTransitUT(TransitCalculator, double, boolean) - Method in class swisseph.SwissEph
Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
getTransitUT(TransitCalculator, double, boolean, double) - Method in class swisseph.SwissEph
Searches for the next or previous transit of a planet over a specified longitude, latitude, distance or speed value with geocentric or topocentric positions in a tropical or sidereal zodiac.
getType() - Method in exception swisseph.SwissephException
Returns error type.
getYear() - Method in class swisseph.SweDate
Queries the year of this SweDate object.

I

IEEEremainder(double, double) - Static method in class swisseph.SMath
 
IntObj - Class in swisseph
This class enables methods to return an integer by reference.
IntObj() - Constructor for class swisseph.IntObj
 
INVALID_FILE_ERROR - Static variable in exception swisseph.SwissephException
Error code, when the file is not a valid data file.
INVALID_FILE_NAME - Static variable in exception swisseph.SwissephException
Error code for invalid filename.
INVALID_PARAMETER_COMBINATION - Static variable in exception swisseph.SwissephException
Error code, when the parameter combination is invalid.

J

J2000 - Static variable in class Sweclips
 
JD0 - Static variable in class swisseph.SweDate
The Julian day number of 1970 January 1.0.

L

length() - Method in class swisseph.FilePtr
Returns the length of the file.
log(double) - Static method in class swisseph.SMath
 

M

main(String[]) - Static method in class Precompile
You can run the class stand alone via this method.
main(String[]) - Static method in class Sweclips
See -h parameter for help on all parameters.
main(String[]) - Static method in class Swemini
 
main(String[]) - Static method in class Swetest
Use the parameter -h to get infos about the available options.
main(String[]) - Static method in class swisseph.Extlib
This method is for debugging purposes only.
main(String[]) - Static method in class Transits
See -h parameter for help on all parameters.
makeValidDate() - Method in class swisseph.SweDate
Makes the date to be a valid date.
max(int, int) - Static method in class swisseph.SMath
 
max(long, long) - Static method in class swisseph.SMath
 
max(float, float) - Static method in class swisseph.SMath
 
max(double, double) - Static method in class swisseph.SMath
 
min(int, int) - Static method in class swisseph.SMath
 
min(long, long) - Static method in class swisseph.SMath
 
min(float, float) - Static method in class swisseph.SMath
 
min(double, double) - Static method in class swisseph.SMath
 
MONDAY - Static variable in class swisseph.SweDate
Constant for weekdays.

O

ODEGREE_CHAR - Variable in class swisseph.SwissData
The character to be used as the degree character.
OK - Static variable in class swisseph.SweConst
Constant for successful return values.
OUT_OF_TIME_RANGE - Static variable in exception swisseph.SwissephException
Error code, when a calculation would be out of its supported time range.

P

PARAM_ERROR - Static variable in exception swisseph.SwissephException
Error code, when a parameter is not valid.
PATH_SEPARATOR - Static variable in class swisseph.SwissData
 
PI - Static variable in class swisseph.SMath
 
pow(double, double) - Static method in class swisseph.SMath
 
Precompile - Class in <Unnamed>
A simple class to precompile Java source code similar to C precompilation.
Precompile() - Constructor for class Precompile
 
precompile(String[], String[], boolean, String[]) - Method in class Precompile
This is the routine to precompile all *.java files in a given directory.

R

random() - Static method in class swisseph.SMath
 
readByte() - Method in class swisseph.FilePtr
Reads one (signed) byte.
readDouble() - Method in class swisseph.FilePtr
Reads a double value.
readFixstarParameters(StringBuffer, StringBuffer) - Method in class swisseph.SwissEph
 
readInt() - Method in class swisseph.FilePtr
Reads a (signed) integer value.
readLine() - Method in class swisseph.FilePtr
Reads a complete line from the file.
readShort() - Method in class swisseph.FilePtr
Reads a (signed) short value.
readUnsignedByte() - Method in class swisseph.FilePtr
Reads one unsigned byte.
rint(double) - Static method in class swisseph.SMath
 
rollover - Variable in class swisseph.TransitCalculator
 
rolloverVal - Variable in class swisseph.TransitCalculator
 
round(float) - Static method in class swisseph.SMath
 
round(double) - Static method in class swisseph.SMath
 

S

SATURDAY - Static variable in class swisseph.SweDate
Constant for weekdays.
SE_ADMETOS - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" admetos.
SE_APOLLON - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" appollon.
SE_APP_TO_TRUE - Static variable in class swisseph.SweConst
Calculate the true altitude from the apparent altitude.
SE_AST_OFFSET - Static variable in class swisseph.SweConst
The offset, where asteroid numbers start.
SE_BIT_DISC_CENTER - Static variable in class swisseph.SweConst
Add this to SE_CALC_RISE/SET, if rise or set of disc center is requested.
SE_BIT_NO_REFRACTION - Static variable in class swisseph.SweConst
Add this to SE_CALC_RISE/SET, if refraction should not to be considered.
SE_CALC_ITRANSIT - Static variable in class swisseph.SweConst
Calculate the time of the lower meridian transit (northern, below the horizon).
SE_CALC_MTRANSIT - Static variable in class swisseph.SweConst
Calculate the time of the upper meridian transit (southern for northern geo.
SE_CALC_RISE - Static variable in class swisseph.SweConst
Calculate the time of sunrise.
SE_CALC_SET - Static variable in class swisseph.SweConst
Calculate the time of sunset.
SE_CERES - Static variable in class swisseph.SweConst
planet number of ceres.
SE_CHIRON - Static variable in class swisseph.SweConst
planet number of chiron.
SE_CUPIDO - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" cupido.
SE_EARTH - Static variable in class swisseph.SweConst
planet number of the earth.
SE_ECL2HOR - Static variable in class swisseph.SweConst
This is a constant to be used as a flag to swe_azalt().
SE_ECL_1ST_VISIBLE - Static variable in class swisseph.SweConst
This is the time, when the moon touches the sun the first time.
SE_ECL_2ND_VISIBLE - Static variable in class swisseph.SweConst
This is the time, when the sun completely disappears.
SE_ECL_3RD_VISIBLE - Static variable in class swisseph.SweConst
This is the time, when the sun starts to reappear.
SE_ECL_4TH_VISIBLE - Static variable in class swisseph.SweConst
This is the time, when the moon and the sun finally separate.
SE_ECL_ANNULAR - Static variable in class swisseph.SweConst
Annular eclipse.
SE_ECL_ANNULAR_TOTAL - Static variable in class swisseph.SweConst
 
SE_ECL_CENTRAL - Static variable in class swisseph.SweConst
 
SE_ECL_MAX_VISIBLE - Static variable in class swisseph.SweConst
 
SE_ECL_NONCENTRAL - Static variable in class swisseph.SweConst
 
SE_ECL_NUT - Static variable in class swisseph.SweConst
Planet number for the ipl parameter in swe_calc*().
SE_ECL_ONE_TRY - Static variable in class swisseph.SweConst
Just check if the next conjunction of the moon with a planet is an occultation; don't search further.
SE_ECL_PARTIAL - Static variable in class swisseph.SweConst
 
SE_ECL_PENUMBRAL - Static variable in class swisseph.SweConst
 
SE_ECL_TOTAL - Static variable in class swisseph.SweConst
 
SE_ECL_VISIBLE - Static variable in class swisseph.SweConst
 
SE_EPHE_PATH - Static variable in class swisseph.SweConst
Ephemeris path.
SE_EQU2HOR - Static variable in class swisseph.SweConst
This is a constant to be used as a flag to swe_azalt().
SE_FICT_OFFSET_1 - Static variable in class swisseph.SweConst
 
SE_FIXSTAR - Static variable in class swisseph.SweConst
 
SE_FNAME_DE200 - Static variable in class swisseph.SweConst
 
SE_FNAME_DE406 - Static variable in class swisseph.SweConst
 
SE_FNAME_DFT - Static variable in class swisseph.SweConst
 
SE_GREG_CAL - Static variable in class swisseph.SweDate
 
SE_HADES - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" hades.
SE_HARRINGTON - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body harrington.
SE_HOR2ECL - Static variable in class swisseph.SweConst
This is a constant to be used as a flag to swe_azalt_rev().
SE_HOR2EQU - Static variable in class swisseph.SweConst
This is a constant to be used as a flag to swe_azalt_rev().
SE_INTP_APOG - Static variable in class swisseph.SweConst
planet number of the interpolated lunar agopee.
SE_INTP_PERG - Static variable in class swisseph.SweConst
planet number of the interpolated lunar perigee.
SE_ISIS - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body isis.
SE_JUL_CAL - Static variable in class swisseph.SweDate
 
SE_JUNO - Static variable in class swisseph.SweConst
planet number of juno.
SE_JUPITER - Static variable in class swisseph.SweConst
planet number of jupiter.
SE_KEEP_DATE - Static variable in class swisseph.SweDate
 
SE_KEEP_JD - Static variable in class swisseph.SweDate
 
SE_KRONOS - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" kronos.
SE_MARS - Static variable in class swisseph.SweConst
planet number of mars.
SE_MEAN_APOG - Static variable in class swisseph.SweConst
(planet) number of the mean apogee (== Lilith).
SE_MEAN_NODE - Static variable in class swisseph.SweConst
(planet) number of the mean moon node.
SE_MERCURY - Static variable in class swisseph.SweConst
planet number of mercury.
SE_MOON - Static variable in class swisseph.SweConst
planet number of the moon.
SE_NEPTUNE - Static variable in class swisseph.SweConst
planet number of neptune.
SE_NEPTUNE_ADAMS - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body neptune-adams.
SE_NEPTUNE_LEVERRIER - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body neptune-leverrier.
SE_NIBIRU - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body nibiru.
SE_NODBIT_FOPOINT - Static variable in class swisseph.SweConst
Used for swe_nod_aps(): focal point of orbit instead of aphelion
SE_NODBIT_MEAN - Static variable in class swisseph.SweConst
Used for swe_nod_aps(): mean nodes/apsides
SE_NODBIT_OSCU - Static variable in class swisseph.SweConst
Used for swe_nod_aps(): osculating nodes/apsides
SE_NODBIT_OSCU_BAR - Static variable in class swisseph.SweConst
Used for swe_nod_aps(): osculating nodes/apsides, but motion about solar system barycenter is considered
SE_NSIDM_PREDEF - Static variable in class swisseph.SwissData
 
SE_OSCU_APOG - Static variable in class swisseph.SweConst
(planet) number of the osculating apogee.
SE_PALLAS - Static variable in class swisseph.SweConst
planet number of pallas.
SE_PHOLUS - Static variable in class swisseph.SweConst
planet number of pholus.
SE_PLUTO - Static variable in class swisseph.SweConst
planet number of pluto.
SE_PLUTO_LOWELL - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body pluto-lowell.
SE_PLUTO_PICKERING - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body pluto-pickering.
SE_POSEIDON - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" poseidon.
SE_PROSERPINA - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body "Proserpina".
SE_SATURN - Static variable in class swisseph.SweConst
planet number of saturn.
SE_SIDBIT_ECL_T0 - Static variable in class swisseph.SweConst
This specifies that sidereal calculations are done via a projection onto the ecliptic at date t0.
SE_SIDBIT_SSY_PLANE - Static variable in class swisseph.SweConst
This specifies that sidereal calculations are done via a projection onto the solar system plane.
SE_SIDBITS - Static variable in class swisseph.SweConst
 
SE_SIDM_ALDEBARAN_15TAU - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defining t0 by Aldebaran at 15 degrees Taurus.
SE_SIDM_B1950 - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as B1950.
SE_SIDM_BABYL_ETPSC - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Babylonian, Mercier.
SE_SIDM_BABYL_HUBER - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Babylonian, Huber.
SE_SIDM_BABYL_KUGLER1 - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Babylonian, Kugler 1.
SE_SIDM_BABYL_KUGLER2 - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Babylonian, Kugler 2.
SE_SIDM_BABYL_KUGLER3 - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Babylonian, Kugler 3.
SE_SIDM_DELUCE - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by De Luce.
SE_SIDM_DJWHAL_KHUL - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Djwhal Khool.
SE_SIDM_FAGAN_BRADLEY - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha).
SE_SIDM_GALCENT_0SAG - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by the galactic center being at 0 degrees Sagittarius.
SE_SIDM_HIPPARCHOS - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) by defined by Hipparchos.
SE_SIDM_J1900 - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as J1900.
SE_SIDM_J2000 - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as J2000.
SE_SIDM_JN_BHASIN - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by JN Bhasin.
SE_SIDM_KRISHNAMURTI - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Krishnamurti.
SE_SIDM_LAHIRI - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Lahiri.
SE_SIDM_RAMAN - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Raman.
SE_SIDM_SASSANIAN - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Sassanian.
SE_SIDM_USER - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by the user in the additional two parameters of swe_set_sid_mode().
SE_SIDM_USHASHASHI - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Ushashashi.
SE_SIDM_YUKTESHWAR - Static variable in class swisseph.SweConst
A constant to be used for specifying the sidereal mode (ayanamsha) as defined by Sri Yukteshwar.
SE_SPLIT_DEG_KEEP_DEG - Static variable in class swisseph.SweConst
 
SE_SPLIT_DEG_KEEP_SIGN - Static variable in class swisseph.SweConst
 
SE_SPLIT_DEG_ROUND_DEG - Static variable in class swisseph.SweConst
 
SE_SPLIT_DEG_ROUND_MIN - Static variable in class swisseph.SweConst
 
SE_SPLIT_DEG_ROUND_SEC - Static variable in class swisseph.SweConst
 
SE_SPLIT_DEG_ZODIACAL - Static variable in class swisseph.SweConst
 
SE_SUN - Static variable in class swisseph.SweConst
planet number of the sun.
SE_TIDAL_26 - Static variable in class swisseph.SweDate
Tidal acceleration value in the mean motion of the moon of -26.
SE_TIDAL_DE200 - Static variable in class swisseph.SweDate
Tidal acceleration value in the mean motion of the moon of DE200 (-23.8946).
SE_TIDAL_DE403 - Static variable in class swisseph.SweDate
Tidal acceleration value in the mean motion of the moon of DE403 (-25.8).
SE_TIDAL_DE404 - Static variable in class swisseph.SweDate
Tidal acceleration value in the mean motion of the moon of DE404 (-25.8).
SE_TIDAL_DE405 - Static variable in class swisseph.SweDate
Tidal acceleration value in the mean motion of the moon of DE405 (-25.7376).
SE_TIDAL_DE406 - Static variable in class swisseph.SweDate
Tidal acceleration value in the mean motion of the moon of DE406 (-25.7376).
SE_TIDAL_DEFAULT - Static variable in class swisseph.SweDate
Default tidal acceleration value in the mean motion of the moon (=SE_TIDAL_DE406).
SE_TRUE_NODE - Static variable in class swisseph.SweConst
(planet) number of the true moon node.
SE_TRUE_TO_APP - Static variable in class swisseph.SweConst
Calculate the apparent altitude from the true altitude.
SE_URANUS - Static variable in class swisseph.SweConst
planet number of uranus.
SE_VARUNA - Static variable in class swisseph.SweConst
 
SE_VENUS - Static variable in class swisseph.SweConst
planet number of venus.
SE_VESTA - Static variable in class swisseph.SweConst
planet number of vesta.
SE_VULCAN - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body vulcan.
SE_VULKANUS - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" vulkanus.
SE_WALDEMATH - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body "Waldemath".
SE_WHITE_MOON - Static variable in class swisseph.SweConst
The "planet" number of the fictitious body "white moon" (== Selena).
SE_ZEUS - Static variable in class swisseph.SweConst
The number of the Hamburger or Uranian "planet" zeus.
seek(long) - Method in class swisseph.FilePtr
Positions the file pointer.
SEFLG_BARYCTR - Static variable in class swisseph.SweConst
Calculate barycentric positions.
SEFLG_DEFAULTEPH - Static variable in class swisseph.SweConst
Defines the default method of calculation as SEFLG_SWIEPH.
SEFLG_EPHMASK - Static variable in class swisseph.SweConst
 
SEFLG_EQUATORIAL - Static variable in class swisseph.SweConst
Calculate the equatorial position of the planet.
SEFLG_HELCTR - Static variable in class swisseph.SweConst
Calculate the heliocentric position of the planet.
SEFLG_ICRS - Static variable in class swisseph.SweConst
Calculate in the "International Celestial Reference System."
SEFLG_J2000 - Static variable in class swisseph.SweConst
Calculate the position of the planet without considering the precession, i.e., calculate J2000 equinox.
SEFLG_JPLEPH - Static variable in class swisseph.SweConst
Use the calculation routines that use the ephemeris data files of the Solar System Dynamics Group of the Jet Propulsion Laboratory of NASA http://ssd.jpl.nasa.gov/.
SEFLG_MOSEPH - Static variable in class swisseph.SweConst
Use the Moshier semi-analytical calculation routines.
SEFLG_NOABERR - Static variable in class swisseph.SweConst
Calculate the position of the planet without considering the 'annual' aberration of light.
SEFLG_NOGDEFL - Static variable in class swisseph.SweConst
Calculate the position of the planet without considering gravitational deflection.
SEFLG_NONUT - Static variable in class swisseph.SweConst
Calculate the position of the planet without considering the nutation, i.e., calculate the mean equinox of the day.
SEFLG_RADIANS - Static variable in class swisseph.SweConst
Return coordinates in radians instead of degrees.
SEFLG_SIDEREAL - Static variable in class swisseph.SweConst
Calculate sidereal positions.
SEFLG_SPEED - Static variable in class swisseph.SweConst
Calculate the speed of the planet.
SEFLG_SPEED3 - Static variable in class swisseph.SweConst
Calculate the speed of the planet.
SEFLG_SWIEPH - Static variable in class swisseph.SweConst
Use the calculation routines of Swiss Ephemeris from Astrodienst AG Zürich http://www.astro.com.
SEFLG_TOPOCTR - Static variable in class swisseph.SweConst
Calculate topocentric positions.
SEFLG_TRANSIT_DISTANCE - Static variable in class swisseph.SweConst
calculate transits over a distance in AU.
SEFLG_TRANSIT_LATITUDE - Static variable in class swisseph.SweConst
calculate transits over a latitude.
SEFLG_TRANSIT_LONGITUDE - Static variable in class swisseph.SweConst
calculate transits over a longitude.
SEFLG_TRANSIT_SPEED - Static variable in class swisseph.SweConst
calculate transits over a (longitudinal, latitudinal or distance) speed value.
SEFLG_TRUEPOS - Static variable in class swisseph.SweConst
Calculate the true position of the planet versus the apparent position.
SEFLG_XYZ - Static variable in class swisseph.SweConst
Return cartesian coordinates instead of polar coordinates.
SEFLG_YOGA_TRANSIT - Static variable in class swisseph.SweConst
calculate yoga transits, this means consider the SUM of two planets positions or speed instead of the difference.
setBigendian(boolean) - Method in class swisseph.FilePtr
 
setCalendarType(boolean, boolean) - Method in class swisseph.SweDate
Sets the calendar type for this object.
setDate(int, int, int, double) - Method in class swisseph.SweDate
Sets a new date for this object.
setDate(int, int, int, double, boolean) - Method in class swisseph.SweDate
Sets a new date for this object.
setDay(int) - Method in class swisseph.SweDate
Sets the day-part of the date.
setDay(int, boolean) - Method in class swisseph.SweDate
Sets the day-part of the date.
setGregorianChange(int, int, int) - Method in class swisseph.SweDate
Changes the date of the start of the Gregorian calendar system.
setGregorianChange(double) - Method in class swisseph.SweDate
Changes the date of the start of the Gregorian calendar system.
setHexByteCnt(int) - Method in class CFmt
The Hexadecimal-Byte-Count is ONLY relevant to negative numbers of one of byte, short and int and type of 'o', 'x', 'X', 'p'.
setHour(double) - Method in class swisseph.SweDate
Sets a new hour.
setHttpBufSize(int) - Method in class swisseph.SwissEph
This sets the buffer size for access to Swiss Ephemeris or JPL data files, if you specify an http-URL in swe_set_ephe_path() or via the SwissEph constructor.
setJulDay(double) - Method in class swisseph.SweDate
Sets the new Julian Day for this object.
setMonth(int) - Method in class swisseph.SweDate
Sets the month-part of the date.
setMonth(int, boolean) - Method in class swisseph.SweDate
Sets the year-part of the date.
setOffset(double) - Method in class swisseph.TCPlanet
This sets the degree or other value for the position or speed of the planet to transit.
setOffset(double) - Method in class swisseph.TCPlanetPlanet
This sets the transit degree or other transit value for the difference or sum of the positions or speeds of both planets.
setOffset(double) - Method in class swisseph.TransitCalculator
This sets the degree or other value for the position or speed of the planet to transit.
setTidalAcc(double) - Method in class swisseph.SweDate
Sets the tidal acceleration used in calculations of delta T.
setYear(int) - Method in class swisseph.SweDate
Sets the year-part of the date.
setYear(int, boolean) - Method in class swisseph.SweDate
Sets the year-part of the date.
sin(double) - Static method in class swisseph.SMath
 
SMath - Class in swisseph
Helper class containing useful mathematical functions and constants.
SMath() - Constructor for class swisseph.SMath
 
SMOD_ALL - Static variable in class Sweclips
 
SMOD_ANNTOT - Static variable in class Sweclips
 
SMOD_ANNULAR - Static variable in class Sweclips
 
SMOD_HOCAL - Static variable in class Sweclips
 
SMOD_HOW - Static variable in class Sweclips
 
SMOD_LOCAL - Static variable in class Sweclips
 
SMOD_LUNAR - Static variable in class Sweclips
 
SMOD_METR - Static variable in class Sweclips
 
SMOD_OCCULT - Static variable in class Sweclips
 
SMOD_PARTIAL - Static variable in class Sweclips
 
SMOD_RISE - Static variable in class Sweclips
 
SMOD_SOLAR - Static variable in class Sweclips
 
SMOD_TOTAL - Static variable in class Sweclips
 
sqrt(double) - Static method in class swisseph.SMath
 
square_sum(double[]) - Method in class Swetest
 
square_sum(double[]) - Method in class swisseph.SwissLib
 
square_sum(double[], int) - Method in class swisseph.SwissLib
 
startCalculations(String[]) - Method in class Transits
If you want to use this class in your own programs, you would just call this method.
SUNDAY - Static variable in class swisseph.SweDate
Constant for weekdays.
swe_azalt(double, int, double[], double, double, double[], double[]) - Method in class swisseph.SwissEph
Computes the azimut and height from either ecliptic or equatorial coordinates.
swe_azalt_rev(double, int, double[], double[], double[]) - Method in class swisseph.SwissEph
Computes either ecliptic or equatorial coordinates from azimuth and true altitude.
swe_calc(double, int, int, double[], StringBuffer) - Method in class swisseph.SwissEph
This is the main calculation routine for all planets, asteroids, lunar nodes and apogees.
swe_calc_ut(double, int, int, double[], StringBuffer) - Method in class swisseph.SwissEph
This is the main calculation routine for all planets, asteroids, lunar nodes and apogees.
swe_close() - Method in class swisseph.SwissEph
This method closes all open data files and sets planetary data objects to null for a hint to the garbage collector that those objects can be freed.
swe_cotrans(double[], double[], double) - Method in class swisseph.SwissLib
 
swe_cotrans(double[], int, double[], int, double) - Method in class swisseph.SwissLib
 
swe_cotrans_sp(double[], double[], double) - Method in class swisseph.SwissLib
 
swe_d2l(double) - Method in class swisseph.SwissLib
double to int32 with rounding, no overflow check
swe_deg_midp(double, double) - Method in class swisseph.SwissLib
 
swe_degnorm(double) - Method in class swisseph.SwissLib
Normalizes a double to the range of 0.0 >= x < 360.0.
swe_difdeg2n(double, double) - Method in class swisseph.SwissLib
This calculates the difference of the two angles p1, p2 and normalizes them to a range of -180.0 <= x < 180.0 degrees.
swe_difrad2n(double, double) - Method in class swisseph.SwissLib
 
swe_fixstar(StringBuffer, double, int, double[], StringBuffer) - Method in class swisseph.SwissEph
Computes fixed stars.
swe_fixstar_ut(StringBuffer, double, int, double[], StringBuffer) - Method in class swisseph.SwissEph
Computes fixed stars.
swe_gauquelin_sector(double, int, StringBuffer, int, int, double[], double, double, DblObj, StringBuffer) - Method in class swisseph.SwissEph
Finds the gauquelin sector position of a planet or fixed star.
swe_get_ayanamsa(double) - Method in class swisseph.SwissEph
This calculates the ayanamsha for a given date.
swe_get_ayanamsa_name(int) - Method in class swisseph.SwissEph
 
swe_get_ayanamsa_ut(double) - Method in class swisseph.SwissEph
This calculates the ayanamsha for a given date.
swe_get_planet_name(int) - Method in class swisseph.SwissEph
This will return the planet name for the given planet number.
swe_house_pos(double, double, double, int, double[], StringBuffer) - Method in class swisseph.SwissEph
The function returns a value between 1.0 and 12.999999, indicating in which house a planet is and how far from its cusp it is.
swe_houses(double, int, double, double, int, double[], double[]) - Method in class swisseph.SwissEph
Calculates the house positions and other vital points.
swe_houses(double, int, double, double, int, double[], double[], int) - Method in class swisseph.SwissEph
 
swe_houses_armc(double, double, double, int, double[], double[]) - Method in class swisseph.SwissEph
Calculates the house positions and other vital points.
swe_lun_eclipse_how(double, int, double[], double[], StringBuffer) - Method in class swisseph.SwissEph
Computes the attributes of a lunar eclipse for a given Julian Day, geographic longitude, latitude, and height.
swe_lun_eclipse_when(double, int, int, double[], int, StringBuffer) - Method in class swisseph.SwissEph
Computes the next lunar eclipse anywhere on earth.
swe_lun_occult_when_glob(double, int, StringBuffer, int, int, double[], int, StringBuffer) - Method in class swisseph.SwissEph
Computes the next lunar occultation anywhere on earth.
swe_lun_occult_when_loc(double, int, StringBuffer, int, double[], double[], double[], int, StringBuffer) - Method in class swisseph.SwissEph
Computes the next eclipse of any planet or fixstar at a given geographical position.
swe_lun_occult_where(double, int, StringBuffer, int, double[], double[], StringBuffer) - Method in class swisseph.SwissEph
Computes the geographic location for a given time, where a planet occultation by the moon is central or maximum for a non-central occultation.
swe_nod_aps(double, int, int, int, double[], double[], double[], double[], StringBuffer) - Method in class swisseph.SwissEph
Computes planetary nodes and apsides (perihelia, aphelia, second focal points of the orbital ellipses).
swe_nod_aps_ut(double, int, int, int, double[], double[], double[], double[], StringBuffer) - Method in class swisseph.SwissEph
Computes planetary nodes and apsides (perihelia, aphelia, second focal points of the orbital ellipses).
swe_pheno(double, int, int, double[], StringBuffer) - Method in class swisseph.SwissEph
Computes phase, phase angel, elongation, apparent diameter and apparent magnitude for sun, moon, all planets and asteroids.
swe_pheno_ut(double, int, int, double[], StringBuffer) - Method in class swisseph.SwissEph
Computes phase, phase angel, elongation, apparent diameter and apparent magnitude for sun, moon, all planets and asteroids.
swe_rad_midp(double, double) - Method in class swisseph.SwissLib
 
swe_radnorm(double) - Method in class swisseph.SwissLib
Normalizes a double to the range 0.0 >= x < 2*PI.
swe_refrac(double, double, double, int) - Method in class swisseph.SwissEph
Calculates the true altitude from the apparent altitude or vice versa.
swe_rise_trans(double, int, StringBuffer, int, int, double[], double, double, DblObj, StringBuffer) - Method in class swisseph.SwissEph
Calculates the times of rising, setting and meridian transits for all planets, asteroids, the moon, and the fixed stars.
swe_set_ephe_path(String) - Method in class swisseph.SwissEph
This sets the search path for the ephemeris data files.
swe_set_jpl_file(String) - Method in class swisseph.SwissEph
This sets the name of the file that contains the ephemeris data for the use with the JPL ephemeris.
swe_set_sid_mode(int, double, double) - Method in class swisseph.SwissEph
This sets the ayanamsha mode for sidereal planet calculations.
swe_set_topo(double, double, double) - Method in class swisseph.SwissEph
If you want to do calculations relative to the observer on some place on the earth rather than relative to the center of the earth, you will want to set the geographic location with this method.
swe_sidtime(double) - Method in class swisseph.SwissLib
This calculates the sidereal time from a Julian day number.
swe_sidtime0(double, double, double) - Method in class swisseph.SwissLib
This calculates the sidereal time from a Julian day number, the obliquity of the eclipse and the nutation (in degrees).
swe_sol_eclipse_how(double, int, double[], double[], StringBuffer) - Method in class swisseph.SwissEph
Computes the attributes of a solar eclipse for a given Julian Day, geographic longitude, latitude, and height.
swe_sol_eclipse_when_glob(double, int, int, double[], int, StringBuffer) - Method in class swisseph.SwissEph
Computes the next solar eclipse anywhere on earth.
swe_sol_eclipse_when_loc(double, int, double[], double[], double[], int, StringBuffer) - Method in class swisseph.SwissEph
Computes the next solar eclipse at a given geographical position.
swe_sol_eclipse_where(double, int, double[], double[], StringBuffer) - Method in class swisseph.SwissEph
Computes the geographic location for a given time, where a solar eclipse is central (or maximum for a non-central eclipse).
swe_split_deg(double, int, IntObj, IntObj, IntObj, DblObj, IntObj) - Method in class swisseph.SwissLib
function for splitting centiseconds into * ideg degrees, imin minutes, isec seconds, dsecfr fraction of seconds isgn zodiac sign number; or +/- sign
swe_time_equ(double, DblObj, StringBuffer) - Method in class swisseph.SwissEph
Returns the difference between local apparent and local mean time in days.
Sweclips - Class in <Unnamed>
Test program for solar and lunar eclipses, rises, sets, and meridian transits for planets and fixed stars.
SweConst - Class in swisseph
This class contains all the constants that might be interesting to the user of the swisseph package.
SweDate - Class in swisseph
This class is a date class specialized for the use with the swisseph package.
SweDate() - Constructor for class swisseph.SweDate
This constructs a new SweDate with a default of the current date and current time at GMT.
SweDate(double) - Constructor for class swisseph.SweDate
This constructs a new SweDate with the given Julian Day number.
SweDate(double, boolean) - Constructor for class swisseph.SweDate
This constructs a new SweDate with the given Julian Day number.
SweDate(int, int, int, double) - Constructor for class swisseph.SweDate
This constructs a new SweDate with the given date and time.
SweDate(int, int, int, double, boolean) - Constructor for class swisseph.SweDate
This constructs a new SweDate with the given date and time.
Swemini - Class in <Unnamed>
 
Swemini() - Constructor for class Swemini
 
Swenut2000a - Class in swisseph
 
Swenut2000a() - Constructor for class swisseph.Swenut2000a
 
Swenut2000aNls - Class in swisseph
 
Swenut2000aNls() - Constructor for class swisseph.Swenut2000aNls
 
Swetest - Class in <Unnamed>
A class to test (probably) all of the swiss ephemeris routines with (probably) all possible options.
swi_angnorm(double) - Method in class swisseph.SwissLib
 
swi_cartpol(double[], double[]) - Method in class swisseph.SwissLib
 
swi_cartpol(double[], int, double[], int) - Method in class swisseph.SwissLib
 
swi_cartpol_sp(double[], double[]) - Method in class swisseph.SwissLib
 
swi_cartpol_sp(double[], int, double[], int) - Method in class swisseph.SwissLib
 
swi_coortrf(double[], double[], double) - Method in class swisseph.SwissLib
 
swi_coortrf(double[], int, double[], int, double) - Method in class swisseph.SwissLib
 
swi_coortrf2(double[], double[], double, double) - Method in class swisseph.SwissLib
 
swi_coortrf2(double[], int, double[], int, double, double) - Method in class swisseph.SwissLib
 
swi_cross_prod(double[], int, double[], int, double[], int) - Method in class swisseph.SwissLib
 
swi_cutstr(String, String, String[], int) - Method in class swisseph.SwissLib
Cut the String s at any character in cutlist and put the resulting Strings into String cpos[].
swi_dot_prod_unit(double[], double[]) - Method in class swisseph.SwissLib
 
swi_echeb(double, double[], int, int) - Method in class swisseph.SwissLib
 
swi_edcheb(double, double[], int, int) - Method in class swisseph.SwissLib
 
swi_epsiln(double) - Method in class swisseph.SwissLib
 
swi_FK4_FK5(double[], double) - Method in class swisseph.SwissLib
 
swi_FK5_FK4(double[], double) - Method in class swisseph.SwissLib
 
swi_gen_filename(SweDate, int) - Method in class swisseph.SwissLib
 
swi_kepler(double, double, double) - Method in class swisseph.SwissLib
 
swi_mod2PI(double) - Method in class swisseph.SwissLib
 
swi_polcart(double[], double[]) - Method in class swisseph.SwissLib
 
swi_polcart(double[], int, double[], int) - Method in class swisseph.SwissLib
 
swi_polcart_sp(double[], double[]) - Method in class swisseph.SwissLib
 
swi_polcart_sp(double[], int, double[], int) - Method in class swisseph.SwissLib
 
swi_precess(double[], double, int) - Method in class swisseph.SwissLib
 
swi_precess(double[], int, double, int) - Method in class swisseph.SwissLib
 
SwissData - Class in swisseph
 
SwissData() - Constructor for class swisseph.SwissData
Constructs a new SwissData object.
swisseph - package swisseph
 
SwissEph - Class in swisseph
This class is the basic class for planetary calculations.
SwissEph() - Constructor for class swisseph.SwissEph
Constructs a new SwissEph object with the default search path for the Swiss Ephemeris data files.
SwissEph(String) - Constructor for class swisseph.SwissEph
Constructs a new SwissEph object with the specified search path for the Swiss Ephemeris data files.
SwissephException - Exception in swisseph
 
SwissephException(double, int, int, StringBuffer) - Constructor for exception swisseph.SwissephException
 
SwissephException(double, int, int, String) - Constructor for exception swisseph.SwissephException
 
SwissephException(double, int, String) - Constructor for exception swisseph.SwissephException
 
SwissephException(double, String) - Constructor for exception swisseph.SwissephException
 
SwissLib - Class in swisseph
This class offers many routines that might be interesting to a programmer.
SwissLib() - Constructor for class swisseph.SwissLib
 
SwissLib(SwissData) - Constructor for class swisseph.SwissLib
 

T

tan(double) - Static method in class swisseph.SMath
 
TCPlanet - Class in swisseph
This class implements a TransitCalculator for one planets position or speed.
TCPlanet(SwissEph, int, int, double) - Constructor for class swisseph.TCPlanet
Creates a new TransitCalculator for transits of any of the planets positions (longitudinal / latitudinal and distance) or speeds, be it in the geocentric or topocentric coordinate system, or in tropical or sidereal zodiac.
TCPlanetPlanet - Class in swisseph
This class implements a TransitCalculator for two planets in relative positions or speeds to each other.
TCPlanetPlanet(SwissEph, int, int, int, double) - Constructor for class swisseph.TCPlanetPlanet
Creates a new TransitCalculator for relative transits of two different planets to each other with the option for transits over longitudes, latitudes, distance or the speed in any of these directions in the geocentric or topocentric coordinate system, and in tropical or sidereal zodiac system, both with the sum and difference of both planets positions and speeds.
THURSDAY - Static variable in class swisseph.SweDate
Constant for weekdays.
toString() - Method in class swisseph.SweDate
Returns the date, calendar type (gregorian / julian), julian day number and the deltaT value of this object.
toString() - Method in class swisseph.TCPlanet
 
toString() - Method in class swisseph.TCPlanetPlanet
 
TransitCalculator - Class in swisseph
 
TransitCalculator() - Constructor for class swisseph.TransitCalculator
 
Transits - Class in <Unnamed>
Test program for planetary transits.
Transits() - Constructor for class Transits
 
TUESDAY - Static variable in class swisseph.SweDate
Constant for weekdays.

U

UNDEFINED_ERROR - Static variable in exception swisseph.SwissephException
Default error code, if no other code had been specified.
UNSPECIFIED_FILE_ERROR - Static variable in exception swisseph.SwissephException
Unspecified file error.
UNSUPPORTED_OBJECT - Static variable in exception swisseph.SwissephException
Error code, when the object is not supported or unknown.
updateCalendarType() - Method in class swisseph.SweDate
Update the calendar type according to the Gregorian calendar start date and the date of this object.
USER_ERROR - Static variable in exception swisseph.SwissephException
Error code, when a user requested limit has been reached.
useragent - Static variable in class swisseph.FilePtr
 

V

val - Variable in class swisseph.DblObj
This is the double value that has become wrapped up into a real object.
val - Variable in class swisseph.IntObj
This is the integer value that has become wrapped up into a real object.

W

WEDNESDAY - Static variable in class swisseph.SweDate
Constant for weekdays.

A B C D E F G I J L M O P R S T U V W