Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adedd .sip define
  • Loading branch information
homann committed Sep 3, 2012
1 parent a4d5c88 commit bb3d86b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/core/qgsdistancearea.sip
Expand Up @@ -45,6 +45,10 @@ class QgsDistanceArea
//! sets ellipsoid by its acronym
bool setEllipsoid(const QString& ellipsoid);

//! Sets ellipsoid by supplied radii
// Inverse flattening is calculated with invf = a/(a-b)
bool setEllipsoid( double semiMajor, double semiMinor );

//! returns ellipsoid's acronym
const QString& ellipsoid();

Expand Down

0 comments on commit bb3d86b

Please sign in to comment.