22 #ifndef GEOS_UTIL_GEOMETRICSHAPEFACTORY_H
23 #define GEOS_UTIL_GEOMETRICSHAPEFACTORY_H
25 #include <geos/export.h>
28 #include <geos/geom/Coordinate.h>
32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
41 class GeometryFactory;
78 void setSize(
double size);
79 void setWidth(
double nWidth);
80 void setHeight(
double nHeight);
130 geom::Polygon* createArcPolygon(
double startAng,
double angExt);
170 void setHeight(
double height);
175 void setNumPoints(
int nNPts);
183 void setSize(
double size);
190 void setWidth(
double width);
201 #endif // GEOS_UTIL_GEOMETRICSHAPEFACTORY_H