com.vividsolutions.jts.generator |
|
Java Source File Name | Type | Comment |
GeometryGenerator.java | Class | This class illustrates the basic functionality and configuration options for generating spatial data. |
GridGenerator.java | Class | This class should be used to generate a grid of bounding boxes,
most useful when creating multiple geometries.
Successive calls to create() will walk the user though the grid. |
LineStringGenerator.java | Class | This class is used to create a line string within the specified bounding box.
Sucessive calls to create may or may not return the same geometry topology.
author: David Zwiers, Vivid Solutions. |
MultiGenerator.java | Class | Cascades the effort of creating a set of topologically valid geometries.
author: David Zwiers, Vivid Solutions. |
PointGenerator.java | Class | Creates a point based on the bounding box. |
PolygonGenerator.java | Class | This class is used to create a polygon within the specified bounding box.
Sucessive calls to create may or may not return the same geometry topology.
author: David Zwiers, Vivid Solutions. |