Class GeometricShapeBuilder

Hierarchy: Object , GeometricShapeBuilder
public abstract class GeometricShapeBuilder
public GeometricShapeBuilder(GeometryFactory geomFactory)
public void setExtent(Envelope extent)
public Envelope getExtent()
public Coordinate getCentre()
public double getDiameter()
public double getRadius()
public LineSegment getSquareBaseLine()
public Envelope getSquareExtent()
public void setNumPoints(int numPts)
Sets the total number of points in the created Geometry. The created geometry will have no more than this number of points, unless more are needed to create a valid geometry.
public abstract abstract Geometry getGeometry()
protected Coordinate createCoord(double x, double y)