ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
module_timespace.Coordinate Class Reference

Public Member Functions

def __init__
 
def __str__
 
def sphe2cart
 
def cart2sphe
 

Public Attributes

 lon
 
 lat
 
 r
 
 x
 
 y
 
 z
 

Detailed Description

Point coordinates.
  * lon    : longitude (degree)
  * lat    : latitude (degree)
  * alt    : altitude
  * r      : radial distance (km)
  * x      : 
  * y      : 
  * z      : 

Constructor & Destructor Documentation

def module_timespace.Coordinate.__init__ (   self)

Member Function Documentation

def module_timespace.Coordinate.__str__ (   self)
def module_timespace.Coordinate.cart2sphe (   self)

Here is the call graph for this function:

def module_timespace.Coordinate.sphe2cart (   self)

Here is the call graph for this function:

Member Data Documentation

module_timespace.Coordinate.lat
module_timespace.Coordinate.lon
module_timespace.Coordinate.r
module_timespace.Coordinate.x
module_timespace.Coordinate.y
module_timespace.Coordinate.z

The documentation for this class was generated from the following file: