Public Member Functions | |
def | __init__ |
def | __str__ |
def | __eq__ |
def | __ne__ |
def | sphe2cart |
def | cart2sphe |
Public Attributes | |
lon | |
lat | |
r | |
x | |
y | |
z | |
Point coordinates. * lon : longitude (degree) * lat : latitude (degree) * alt : altitude * r : radial distance (km) * x : * y : * z :
def common.module_timespace.Coordinate.__init__ | ( | self, | |
sphe = None |
|||
) |
def common.module_timespace.Coordinate.__eq__ | ( | self, | |
other | |||
) |
def common.module_timespace.Coordinate.__ne__ | ( | self, | |
other | |||
) |
def common.module_timespace.Coordinate.__str__ | ( | self | ) |
def common.module_timespace.Coordinate.cart2sphe | ( | self | ) |
def common.module_timespace.Coordinate.sphe2cart | ( | self | ) |
common.module_timespace.Coordinate.lat |
common.module_timespace.Coordinate.lon |
common.module_timespace.Coordinate.r |
common.module_timespace.Coordinate.x |
common.module_timespace.Coordinate.y |
common.module_timespace.Coordinate.z |