26 #ifndef __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_GEOSWRITERREADER_H 27 #define __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_GEOSWRITERREADER_H 34 #include <cppunit/extensions/HelperMacros.h> 111 void loadGeometry(std::vector<WKBEntry>& hwkbVec)
const;
112 void loadWKT(std::vector<std::string>& geom_wkt)
const;
113 void loadWKT(std::string filewkt, std::vector<std::string>& geom_wkt)
const;
117 #endif // __TERRALIB_UNITTEST_GEOMETRY_INTERNAL_GEOSWRITERREADER_H void tcCreateGeomCollectionFromWKTAndApplyGEOSTests()
Test Case: Creating PPLYGONS Geom from WKT and apply GEOS Write and Read test.
void loadWKT(std::vector< std::string > &geom_wkt) const
Test suite for the GEOSWriter and GEOSReader class.
void tcCreateGeometriesAndApplyReadTests()
Test Case: Creating basic Geom and apply read test.
CPPUNIT_TEST_SUITE(TsGEOSWriterReader)
void tcCreateLinesFromWKTAndApplyGEOSTests()
Test Case: Creating LINES Geom from WKT and apply GEOS Write and Read test.
CPPUNIT_TEST(tcCreatePointsFromWKTAndApplyGEOSTests)
void loadGeometry(std::vector< WKBEntry > &hwkbVec) const
Auxiliary method for reading geometry information from an ASCII file.
void tcCreatePolygonFromWKTAndApplyGEOSTests()
Test Case: Creating POLYGONS Geom from WKT and apply GEOS Write and Read test.
void tcCreatePointsFromWKTAndApplyGEOSTests()
Test Case: Creating POINTS Geom from WKT and apply GEOS Write and Read test.