19 #ifndef GEOS_ALGORITHM_AREA_H
20 #define GEOS_ALGORITHM_AREA_H
22 #include <geos/export.h>
23 #include <geos/geom/Coordinate.h>
24 #include <geos/geom/CoordinateSequence.h>
39 static double ofRing(
const std::vector<geom::Coordinate>& ring);
47 static double ofRing(
const geom::CoordinateSequence* ring);
58 static double ofRingSigned(
const std::vector<geom::Coordinate>& ring);
69 static double ofRingSigned(
const geom::CoordinateSequence* ring);
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26