26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOMUTILS_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOMUTILS_H 
   96 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GEOMUTILS_H 
int GetCoordDimension(GeomType t)
It returns the number of measurements or axes needed to describe a position in a coordinate system...
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TEGEOMEXPORT Geometry * GetGeomFromEnvelope(const Envelope *const e, int srid)
It creates a Geometry (a polygon) from the given envelope. 
 
SpatialRelation
Spatial relations between geometric objects. 
 
Enumerations related to Geometry module. 
 
TEGEOMEXPORT bool SatisfySpatialRelation(const Geometry *g1, const Geometry *g2, SpatialRelation relation)
It returns if two geometries satisfy a given spatial relation. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
Configuration flags for the Vector Geometry Model of TerraLib.