Nyall Dawson cc5b9bfe17 More QgsDistanceArea API cleanups and simplification
- setEllipsoidalMode() was removed. Ellipsoidal calculations are
now enabled whenever a valid ellipsoid() has been set. Set the
ellipsoid to 'NONE' to disable ellipsoidal calculations.

- ellipsoidalEnabled() was removed. Ellipsoidal calculations
are now enabled whenever a valid ellipsoid() is set. Check
willUseEllipsoid() to determine whether ellipsoidal
calculations will be performed.

- sourceCrs() and setSourceCrs() now always take and return
QgsCoordinateReferenceSystem objects. All string/ID based CRS
methods were removed.

- geographic() was removed. This was only used internally
in one place, so was replaced with sourceCrs().isGeographic() instead.

- some largely overlapping measurement functions were consolidated
2017-04-18 08:14:16 +10:00
..
2017-03-24 09:36:46 +10:00
2017-03-23 15:29:12 +01:00
2017-03-05 10:21:24 +01:00
2016-07-25 10:15:46 +10:00
2016-10-01 15:39:03 +02:00
2016-02-14 03:50:49 +01:00
2017-04-08 23:42:55 +02:00
2017-04-08 23:42:55 +02:00
2016-02-14 03:50:49 +01:00
2016-02-14 03:50:49 +01:00
2017-02-24 16:02:25 +01:00
2016-12-20 01:20:08 +01:00
2016-02-14 03:50:49 +01:00
2017-02-20 09:06:02 +01:00
2015-07-29 11:52:14 +02:00
2016-02-14 03:50:49 +01:00
2017-02-24 16:02:25 +01:00
2017-01-11 09:51:38 +03:00
2017-01-12 22:01:50 +01:00