SRSExamples.cpp File Reference
#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...
 

Function Documentation

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().