FloorPlan¶
-
class
pylayers.gis.osmparser.
FloorPlan
(rootid, coords, nodes, ways, relations)[source]¶ Bases:
networkx.classes.digraph.DiGraph
FloorPlan class derived from nx.DigGraph
build : recursive construction of floor plan show : show the floor plan
Methods Summary
build
(typ, eid)Notes : recursive construction
show
([nid, fig, ax])show the floorplan
Methods Documentation