26 #ifndef __TERRALIB_UNITTEST_SAM_INTERNAL_RTREE_H 27 #define __TERRALIB_UNITTEST_SAM_INTERNAL_RTREE_H 45 #include <cppunit/extensions/HelperMacros.h> 61 class TsRTree :
public CPPUNIT_NS::TestFixture
136 #endif // __TERRALIB_UNITTEST_SAM_INTERNAL_RTREE_H
This file contains include headers for TerraLib Spatial Access Methods module.
void tcRTreePointers()
Test Case: Constructs an RTree using pointer as DATATYPE .
void tcRTreeUnsignedInts()
Test Case: Constructs an RTree using unsigned int as DATATYPE .
Test suite for the RTree Class.
CPPUNIT_TEST_SUITE(TsRTree)
void tcRTreeGradeInts()
Test Case: Constructs an RTree inserting a gride of ints .
void tcRTreeBox_3()
Test Case: Constructs an RTree (MAXNODE = 3) inserting the defined rectangles and search the RTree...
An Envelope defines a 2D rectangular region.
void tcRTreeBox()
Test Case: Constructs an RTree inserting a gride of unitary box .
CPPUNIT_TEST(tcRTreeInts)
void tcRTreeInts()
Test Case: Constructs an RTree using int as DATATYPE .
void tcRTreeBox_2()
Test Case: Constructs an RTree (MAXNODE = 2) inserting the defined rectangles and search the RTree...
This file contains include headers for the TerraLib Common Runtime module.
This file contains include headers for the Vector Geometry model of TerraLib.
void tcRTreeBox_4()
Test Case: Constructs an RTree (MAXNODE = 4) inserting the defined rectangles and search the RTree...