Package coords :: Module position :: Class Degrees
[show private | hide private]
[frames | no frames]

Class Degrees

Coord --+
        |
       Degrees


Decimal degrees coord
Method Summary
  __init__(self, input)
string __repr__(self)
  _calcinternal(self)
  _calcradians(self)

Instance Variable Summary
float a1: longitude in decimal degrees
float a2: latitude in decimal degrees

Method Details

__init__(self, input)
(Constructor)

Parameters:
input - coordinates in decimal degrees
           (type=(float,float))

__repr__(self)
(Representation operator)

Returns:
string

Instance Variable Details

a1

longitude in decimal degrees
Type:
float

a2

latitude in decimal degrees
Type:
float

Generated by Epydoc 2.1 on Mon Feb 12 15:01:04 2007 http://epydoc.sf.net