This is an internal configuration file that adds information about geos. It must not be included in any header and is intended for internal use only. More...
#include <geos/version.h>
Go to the source code of this file.
Macros | |
GEOS Config | |
Defines when using GEOS in TerraLib. | |
#define | GEOS_FULLVERSION (GEOS_VERSION_MAJOR * 10000) + (GEOS_VERSION_MINOR * 100) + GEOS_VERSION_PATCH |
Sets the GEOS_FULLVERSION as as comparable number resuting from the concatenatuon of the version parts More... | |
This is an internal configuration file that adds information about geos. It must not be included in any header and is intended for internal use only.
Definition in file InternalConfig.h.
#define GEOS_FULLVERSION (GEOS_VERSION_MAJOR * 10000) + (GEOS_VERSION_MINOR * 100) + GEOS_VERSION_PATCH |
Sets the GEOS_FULLVERSION as as comparable number resuting from the concatenatuon of the version parts
Definition at line 41 of file InternalConfig.h.