#include <TsSrs.h>
Public Member Functions | |
| CPPUNIT_TEST (tcSRSManager) | |
| CPPUNIT_TEST (tcSRSConvertion) | |
| CPPUNIT_TEST (tcSRSClear) | |
| CPPUNIT_TEST_SUITE (TsSrs) | |
| CPPUNIT_TEST_SUITE_END () | |
| void | setUp () |
| It sets the environment for a test case (actually a method). More... | |
| void | tearDown () |
| It finalizes the environment after a test case (actually a method) had run. More... | |
Protected Member Functions | |
| void | tcInitialization () |
| void | tcSRSClear () |
| void | tcSRSConvertion () |
| void | tcSRSManager () |
| TsSrs::CPPUNIT_TEST | ( | tcSRSManager | ) |
| TsSrs::CPPUNIT_TEST | ( | tcSRSConvertion | ) |
| TsSrs::CPPUNIT_TEST | ( | tcSRSClear | ) |
| TsSrs::CPPUNIT_TEST_SUITE | ( | TsSrs | ) |
| TsSrs::CPPUNIT_TEST_SUITE_END | ( | ) |
| void TsSrs::setUp | ( | ) |
It sets the environment for a test case (actually a method).
Definition at line 165 of file attic/unittest/srs/TsSrs.cpp.
|
protected |
|
protected |
Definition at line 160 of file attic/unittest/srs/TsSrs.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance().
|
protected |
Definition at line 79 of file attic/unittest/srs/TsSrs.cpp.
References TE_SRS_WGS84, and TE_SRS_WGS84_UTM_ZONE_23S.
|
protected |
Definition at line 14 of file attic/unittest/srs/TsSrs.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), TE_SRS_SAD69, and TE_SRS_WGS84_UTM_ZONE_25S.
| void TsSrs::tearDown | ( | ) |
It finalizes the environment after a test case (actually a method) had run.
Definition at line 170 of file attic/unittest/srs/TsSrs.cpp.