26 #ifndef __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_GEOMETRY_H 27 #define __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_GEOMETRY_H 34 #include <cppunit/extensions/HelperMacros.h> 159 void loadGeometry(std::vector<WKBEntry>& hwkbVec)
const;
163 #endif // __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_GEOMETRY_H void tcCreatePolygon()
Test Case: Creating a polygon.
void tcCreatePoint()
Test Case: Creating a point object.
void loadGeometry(std::vector< WKBEntry > &hwkbVec) const
Auxiliary method for reading geometry information from an ASCII file.
void tcCreatePolygonZM()
Test Case: Creating a polygon with ZM values.
void tcCreateLineStringZM()
Test Case: Creating a linestring with z and m value.
void tcCreatePolygonZ()
Test Case: Creating a polygon with Z values.
void tcCreateLineStringM()
Test Case: Creating a linestring with m value.
void tcCreatePointZ()
Test Case: Creating a point with z value.
Test suite for the Vector Geometry Model.
void tcBasicGeometryMethods()
Test Case: testing the basic geometry methods.
void tcCreatePointM()
Test Case: Creating a point with m value.
CPPUNIT_TEST_SUITE(TsGeometry)
void tcMisc()
Test Case: Creating several type of objects and testing some basic methods.
void tcCreatePointZM()
Test Case: Creating a point with z and m value.
void tcCreatePolygonM()
Test Case: Creating a polygon with M values.
void tcAsText()
Test Case: Reading (binary) geometries and getting the WKT.
void tcSpatialRelationsMethods()
Test Case: testing the basic geometry methods.
void tcCreateLineStringZ()
Test Case: Creating a linestring with z value.
void tcTransform()
Test Case: Reading WKT geometries and conveting to another proj SRID.
void tcCreateLineString()
Test Case: Creating a linestring object.