31 #include "../Config.h" 48 std::string path = TERRALIB_DATA_DIR
"/xml/style.xml";
56 catch(
const std::exception& e)
58 std::cout << std::endl <<
"An exception has occurred: " << e.what() << std::endl;
64 std::cout << std::endl <<
"An unexpected exception has occurred!" << std::endl;
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
void finalize()
It finalizes the TerraLib Platform.
static TerraLib & getInstance()
It returns a reference to the singleton instance.
te::se::Style * DecodeStyle(const std::string &path)
It decodes a given OGC Symbology Encoding Style file.
void initialize()
It initializes the TerraLib Platform.
void EncodeStyle(const std::string &path)
It creates an OGC Symbology Encoding Style and encode it to XML format.
This file contains include headers for the TerraLib Common Runtime module.
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...