LineString is a curve with linear interpolation between points. More...
#include "../srs/Converter.h"#include "Coord2D.h"#include "Envelope.h"#include "Exception.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.
LineString is a curve with linear interpolation between points.
Definition in file LineString.cpp.