| Modifier and Type | Method and Description |
|---|---|
java.util.Set<GMLShape> |
fillRow(GMLDirectedEdge edge,
GMLMap map)
Generate buildings along an edge.
|
static RectangularDuplexRowFiller |
makeLongFiller(double sizeOf1m,
java.util.Random random)
Create a filler that creates longer, narrower buildings.
|
static RectangularDuplexRowFiller |
makeWideFiller(double sizeOf1m,
java.util.Random random)
Create a filler that creates wide buildings.
|
public static RectangularDuplexRowFiller makeWideFiller(double sizeOf1m, java.util.Random random)
sizeOf1m - The size of 1m in GML units.random - The random number generator to use.public static RectangularDuplexRowFiller makeLongFiller(double sizeOf1m, java.util.Random random)
sizeOf1m - The size of 1m in GML units.random - The random number generator to use.