Go to the source code of this file.
Functions | |
| void | UnitSRS () |
| This example test how to retrieve a SRS unit of measure. More... | |
| void | UOMManage () |
| This example shows TerraLib handles Units of Measure. More... | |
| void UnitSRS | ( | ) |
This example test how to retrieve a SRS unit of measure.
Definition at line 62 of file UOM.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), TE_SRS_SAD69, TE_SRS_SAD69_UTM_ZONE_23S, and te::common::Exception::what().
Referenced by main().
| void UOMManage | ( | ) |
This example shows TerraLib handles Units of Measure.
Definition at line 9 of file UOM.cpp.
References te::common::UnitsOfMeasureManager::begin(), te::common::UnitsOfMeasureManager::end(), te::common::UnitsOfMeasureManager::find(), te::common::UnitsOfMeasureManager::findBySymbol(), te::common::UnitsOfMeasureManager::getConversion(), te::common::Singleton< UnitsOfMeasureManager >::getInstance(), and te::common::Exception::what().
Referenced by main().