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

Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of coordinates. More...

#include "terralib_config.h"
#include "../common/STLUtils.h"
#include "../common/Translator.h"
#include "Config.h"
#include "Curve.h"
#include "GEOSWriter.h"

Go to the source code of this file.

Detailed Description

Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of coordinates.

Definition in file Curve.cpp.