Changes between Initial Version and Version 1 of ClassGeospatial_data


Ignore:
Timestamp:
Feb 27, 2009, 4:21:21 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassGeospatial_data

    v1 v1  
     1== [InternalDocumentation Internal Documentation]/[wiki:Classes Classes] ==
     2-----
     3
     4= Class {name_of_class} =
     5Defined in file xyzzy.py.
     6
     7== Discussion ==
     8
     9Put a general discussion of the class, it's usage, whatever, here.
     10
     11== {name_of_class} Attributes ==
     12
     13|| '''attribute_name''' || Detailed discussion of attribute ||
     14
     15== {name_of_class} Methods ==
     16
     17|| '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to point `P`. ||
     18
     19== Notes ==
     20
     21Any notes necessary go here.  Things like "This class is deprecated/obsolete", etc.
     22
     23-----
     24== [InternalDocumentation Internal Documentation]/[wiki:Classes Classes] ==