Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
geos/geom/Geometry.h
✓ #include <geos/geom/Geometry.h>
Read and print a WKT geometry using GEOS.
#include <geos/geom/Geometry.h>
#include <geos/io/WKTReader.h>
#include <iostream>
int main() {
geos::io::WKTReader reader;
auto geom = reader.read("POINT (1 2)");
std::cout << geom->toText() << std::endl;
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.