21#include <geos/export.h>
23#include <geos/util/GeometricShapeFactory.h>
29#pragma warning(disable: 4251)
62 double armLengthRatio;
76 geos::util::GeometricShapeFactory(fact),
102 armLengthRatio = armLenRatio;
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
Definition: SineStarFactory.h:57
void setArmLengthRatio(double armLenRatio)
Definition: SineStarFactory.h:100
void setNumArms(int nArms)
Definition: SineStarFactory.h:87
SineStarFactory(const geom::GeometryFactory *fact)
Definition: SineStarFactory.h:74
std::unique_ptr< Polygon > createSineStar() const
Computes various kinds of common geometric shapes.
Definition: GeometricShapeFactory.h:66
Basic namespace for all GEOS functionalities.
Definition: geos.h:39