Changes between Version 24 and Version 25 of Geo_reference


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Geo_reference

    v24 v25  
    3333|| '''change_points_geo_ref(self, points, points_geo_ref=None)''' || Change the coordinates of a list or array of Points to be relative to a new '''Geo_reference'''.  The new Point data is returned.  Note that the input Point is __also__ changed.  If `points_geo_ref` is None then the coordinates are changed to be absolute with respect to the current '''Geo_reference'''. ||
    3434|| '''is_absolute(self)''' || Returns True if the '''Geo_reference''' origin is close to the UTM origin. ||
    35 || '''methodname(self, P)''' || ||
    36 || '''methodname(self, P)''' || ||
     35|| '''get_absolute(self, points)''' || Given a list (or array) of Points geo-referenced to this '''Geo_reference''', return a list (or array) of Points with absolute coordinates (ie, relative to the UTM origin).  Note: also changes the input Point list! The inverse of '''get_relative()'''. ||
     36|| '''get_relative(self, points)''' || Given a list (or array) of Points geo-referenced to this '''Geo_reference''', return a list (or array) of Points with relative coordinates (ie, relative to the '''Geo_reference''' origin).  Note: also changes the input Point list! The inverse of '''get_absolute()'''. ||
    3737|| '''methodname(self, P)''' ||  ||
    3838|| '''methodname(self, P)''' ||  ||