public class TemporaryBuilding extends TemporaryObject
Constructor and Description |
---|
TemporaryBuilding(java.util.List<DirectedEdge> edges,
long id)
Construct a new TemporaryBuilding.
|
Modifier and Type | Method and Description |
---|---|
long |
getBuildingID()
Get the ID of the original OSM building.
|
getBounds, getEdges, getNeighbour, getShape, isDuplicate, isEntirelyInside, makeGMLCoordinates, replaceEdge, setNeighbour, setNeighbour
public TemporaryBuilding(java.util.List<DirectedEdge> edges, long id)
edges
- The edges of the building in counter-clockwise order.id
- The ID of the OSM building that generated this data.