26 #include <terralib_buildconfig.h> 57 catch(
const std::exception& e)
59 std::cout << std::endl <<
"An exception has occurred: " << e.what() << std::endl;
65 std::cout << std::endl <<
"An unexpected exception has occurred!" << std::endl;
Several examples on how to use Spatial Access Methods in TerraLib.
void finalize()
It finalizes the TerraLib Platform.
static TerraLib & getInstance()
It returns a reference to the singleton instance.
void IndexPointUsingRTree()
This example shows how to index a set of points using the R-tree spatial access method.
void initialize()
It initializes the TerraLib Platform.
This file contains include headers for the TerraLib Common Runtime module.
This file contains include headers for the Vector Geometry model of TerraLib.
This file contains include headers for the Data Access module of TerraLib.
void IndexPointUsingKdTree()
This example shows how to index a set of points using the K-d tree spatial access method...