hgeos-0.1.0.1: src/lib/helpers.h
#pragma once #include "geos_c.h" GEOSContextHandle_t initializeGEOSWithHandlers(); void uninitializeGEOS(GEOSContextHandle_t handle); const char* getNoticeMessage(); const char* getErrorMessage();
#pragma once #include "geos_c.h" GEOSContextHandle_t initializeGEOSWithHandlers(); void uninitializeGEOS(GEOSContextHandle_t handle); const char* getNoticeMessage(); const char* getErrorMessage();