#include "SRSExamples.h"#include <terralib/common.h>#include <terralib/geometry.h>#include <terralib/srs.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | ConvertCoordinates () |
| This example shows how to transform a geometry from an SRS to another. More... | |
| void | RecognizeSRIDs () |
| This example shows how Coordinate Systems from identifiers are recognized by the converter. More... | |
| void | SpatialReferenceSystemManager () |
| This example shows how to use the Spatial Reference Systems Manager. More... | |
| void ConvertCoordinates | ( | ) |
This example shows how to transform a geometry from an SRS to another.
Definition at line 130 of file SRSExamples.cpp.
References te::gm::Geometry::asText(), TE_SRS_WGS84, TE_SRS_WGS84_UTM_ZONE_23S, and te::gm::Geometry::transform().
Referenced by main().
| void RecognizeSRIDs | ( | ) |
This example shows how Coordinate Systems from identifiers are recognized by the converter.
Definition at line 79 of file SRSExamples.cpp.
References TE_SRS_CORREGO_ALEGRE, TE_SRS_CORREGO_ALEGRE_UTM_ZONE_21S, TE_SRS_CORREGO_ALEGRE_UTM_ZONE_25S, TE_SRS_SAD69, TE_SRS_SAD69_POLYCONIC, TE_SRS_SAD69_UTM_ZONE_17S, TE_SRS_SAD69_UTM_ZONE_18N, TE_SRS_SAD69_UTM_ZONE_22N, TE_SRS_SAD69_UTM_ZONE_25S, TE_SRS_SIRGAS2000, TE_SRS_SIRGAS2000_UTM_ZONE_18N, TE_SRS_SIRGAS2000_UTM_ZONE_22N, TE_SRS_WGS84, TE_SRS_WGS84_ANTARTIC_POLAR_STEREOGRAPHIC, TE_SRS_WGS84_UTM_ZONE_17S, TE_SRS_WGS84_UTM_ZONE_18N, TE_SRS_WGS84_UTM_ZONE_22N, and TE_SRS_WGS84_UTM_ZONE_25S.
Referenced by main().
| void SpatialReferenceSystemManager | ( | ) |
This example shows how to use the Spatial Reference Systems Manager.
Definition at line 9 of file SRSExamples.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), TE_SRS_CORREGO_ALEGRE, TE_SRS_CORREGO_ALEGRE_UTM_ZONE_21S, TE_SRS_CORREGO_ALEGRE_UTM_ZONE_25S, TE_SRS_SAD69, TE_SRS_SAD69_POLYCONIC, TE_SRS_SAD69_UTM_ZONE_17S, TE_SRS_SAD69_UTM_ZONE_18N, TE_SRS_SAD69_UTM_ZONE_22N, TE_SRS_SAD69_UTM_ZONE_25S, TE_SRS_SIRGAS2000, TE_SRS_SIRGAS2000_UTM_ZONE_18N, TE_SRS_SIRGAS2000_UTM_ZONE_22N, TE_SRS_WGS84, TE_SRS_WGS84_ANTARTIC_POLAR_STEREOGRAPHIC, TE_SRS_WGS84_UTM_ZONE_17S, TE_SRS_WGS84_UTM_ZONE_18N, TE_SRS_WGS84_UTM_ZONE_22N, and TE_SRS_WGS84_UTM_ZONE_25S.
Referenced by main().