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
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:54
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:88
Definition: LineString.h:71
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Definition: GeometricShapeFactory.h:67