37 | | || '''reconcile_zones(self, other)''' || Compare two '''Geo_reference''' instances and reconcile the '''.zone''' attributes. If either instance (but not both) have a '''.zone''' of DEFAULT_ZONE then copy the '''.zone''' attribute fron the instance with a real zone. Note: if `other` is None then assume a default '''Geo_reference '' instance. || |
38 | | || '''methodname(self, P)''' || || |
39 | | || '''methodname(self, P)''' || || |
40 | | || '''methodname(self, P)''' || || |
41 | | || '''methodname(self, P)''' || || |
42 | | || '''methodname(self, P)''' || || |
43 | | || '''methodname(self, P)''' || || |
44 | | || '''methodname(self, P)''' || || |
45 | | || '''methodname(self, P)''' || || |
| 37 | || '''reconcile_zones(self, other)''' || Compare two '''Geo_reference''' instances and reconcile the '''.zone''' attributes. If either instance (but not both) have a '''.zone''' of DEFAULT_ZONE then copy the '''.zone''' attribute from the instance with a real zone. Note: if `other` is None then assume a default '''Geo_reference''' instance. || |
| 38 | || '''get_origin(self)''' || Returns a tuple of ('''.zone''', '''.xllcorner''', '''.yllcorner''') for the instance. Note: should use this method and delete methods '''get_xllcorner()''', '''get_yllcorner()''' and '''get_zone()'''. || |
| 39 | || '''_ _cmp_ _(self, other)''' || Allows python code to directly compare two '''Geo_reference''' instances. Two instances are equal if their '''.zone''', '''.xllcorner''' and '''yllcorner''' attributes are the same. || |