CompoundCurve is a curve that may have circular and linear segments. More...
#include "../common/STLUtils.h"#include "../common/Translator.h"#include "../srs/Converter.h"#include "Coord2D.h"#include "Envelope.h"#include "Exception.h"#include "CompoundCurve.h"#include "Point.h"#include "PointM.h"#include "PointZ.h"#include "PointZM.h"#include <cassert>#include <memory>Go to the source code of this file.
CompoundCurve is a curve that may have circular and linear segments.
Definition in file CompoundCurve.cpp.