public interface RowFiller
Modifier and Type | Method and Description |
---|---|
java.util.Set<GMLShape> |
fillRow(GMLDirectedEdge edge,
GMLMap map)
Generate buildings along an edge.
|
java.util.Set<GMLShape> fillRow(GMLDirectedEdge edge, GMLMap map)
edge
- The edge to populate.map
- The map.