Registry / other / geos
library3.14.1vcpkgunverified

Geometry Engine Open Source

vcpkg install geos
INSTALL
IMPORT
SIG · GEOS
G
geos
othercppv3.14.1
harness data pending
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.

Upgrade
Version history
3.14.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
3
Resources

No resource links recorded.

geos — pip install geos · libregistry