wiki:ClassTemplate

Version 13 (modified by rwilson, 15 years ago) (diff)

--

ANUGA/Internal Architecture/Classes


Class {name_of_class}

Defined in file xyzzy.py.

Discussion

Put a general discussion of the class, it's usage, whatever, here.

Class Attributes

attribute_name Detailed discussion of attribute

Class Methods

BearingTo(self, P) Returns the bearing in degrees from self to point P.

Module Methods

_set_using_lat_long(latitudes, longitudes, geo_reference, data_points, points_are_lats_longs) Set the points data with lat/long values. If geo_reference is supplied will always throw exception?

Notes

Any notes necessary go here. Things like "This class is deprecated/obsolete", etc.


ANUGA/Internal Architecture/Classes