17#include <geos/export.h>
18#include <geos/geom/LineSegment.h>
29using geos::geom::CoordinateXY;
37class GEOS_DLL Rectangle {
64 static std::unique_ptr<Polygon>
66 const CoordinateXY& baseRightPt,
67 const CoordinateXY& baseLeftPt,
68 const CoordinateXY& oppositePt,
69 const CoordinateXY& leftSidePt,
70 const CoordinateXY& rightSidePt,
85 computeLineEquationC(
double a,
double b,
const CoordinateXY& p);
88 createLineForStandardEquation(
double a,
double b,
double c);
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Definition LineSegment.h:61
Represents a linear polygon, which may include holes.
Definition Polygon.h:61
Basic namespace for all GEOS functionalities.
Definition geos.h:39