26 #ifndef __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_WKBREADER_H 27 #define __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_WKBREADER_H 34 #include <cppunit/extensions/HelperMacros.h> 103 void loadGeometry(std::vector<WKBEntry>& hwkbVec)
const;
104 void loadWKT(std::vector<std::string>& geom_wkt)
const;
105 void loadWKT(std::string filewkt, std::vector<std::string>& geom_wkt)
const;
109 #endif // __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_WKBREADER_H
void loadWKT(std::vector< std::string > &geom_wkt) const
CPPUNIT_TEST_SUITE(TsWKBReader)
void tcBasicGeometryMethods()
Test Case: testing the basic geometry methods.
Test suite for the WKBReader class.
void loadGeometry(std::vector< WKBEntry > &hwkbVec) const
Auxiliary method for reading geometry information from an ASCII file.
void tcCreateGeomFromWKTAndApplyReadTests()
Test Case: Creating basic Geom from WKT and apply read test.
void tcCreateGeometriesAndApplyReadTests()
Test Case: Creating basic Geom and apply read test.
CPPUNIT_TEST(tcCreateGeomFromWKTAndApplyReadTests)