Trees | Indices | Help |
|
---|
|
object --+ | point.Point --+ | trigpoints.Trigpoint --+ | City
Since: 0.2.0
|
|||
|
|||
str
|
|
||
Inherited from Inherited from Inherited from |
|
|||
altitude Location's altitude |
|||
country Country the place is in |
|||
date Entry date |
|||
entered Entry's author |
|||
identifier Numeric identifier for object |
|||
latitude Location's latitude |
|||
location Body, always Earth in miscfiles 1.4.2 |
|||
longitude Locations's longitude |
|||
name Location's name |
|||
population Place population, if known |
|||
ptype Place type |
|||
region Region the place is in |
|||
size Place Size |
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Initialise a new City object >>> City(498, "Zwickau", "City", "Sachsen", "DE", "Earth", 108835, ... None, 12.5, 50.72, None, (1997, 4, 10, 0, 0, 0, 3, 100, -1), ... "M.Dowling@tu-bs.de") City(498, 'Zwickau', 'City', 'Sachsen', 'DE', 'Earth', 108835, None, 12.5, 50.72, None, (1997, 4, 10, 0, 0, 0, 3, 100, -1), 'M.Dowling@tu-bs.de')
|
Pretty printed location string >>> t = City(498, "Zwickau", "City", "Sachsen", "DE", "Earth", 108835, ... None, 50.72, 12.5, None, ... (1997, 4, 10, 0, 0, 0, 3, 100, -1), "M.Dowling@tu-bs.de") >>> print(t) ID : 498 Type : City Population : 108835 Size : Name : Zwickau Country : DE Region : Sachsen Location : Earth Longitude : 12.5 Latitude : 50.72 Elevation : Date : 19970410 Entered-By : M.Dowling@tu-bs.de
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 20 12:41:14 2008 | http://epydoc.sourceforge.net |