All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LineString.cpp File Reference

LineString is a curve with linear interpolation between points. More...

#include "terralib_config.h"
#include "../common/Translator.h"
#include "../srs/Converter.h"
#include "Config.h"
#include "Coord2D.h"
#include "Envelope.h"
#include "Exception.h"
#include "GEOSWriter.h"
#include "LineString.h"
#include "Point.h"
#include "PointM.h"
#include "PointZ.h"
#include "PointZM.h"
#include <cassert>
#include <cstdlib>
#include <cstring>
#include <memory>

Go to the source code of this file.

Detailed Description

LineString is a curve with linear interpolation between points.

Definition in file LineString.cpp.