Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of coordinates. More...
#include "../BuildConfig.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.
Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of coordinates.
Definition in file Curve.cpp.