Classes geometron

digraph "classes_uml_geometron" {
rankdir=BT
charset="utf-8"
"geometron.core.FakeClass" [color="black", fontcolor="black", label=<{FakeClass|name : NoneType, str<br ALIGN="LEFT"/>|display(text)<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"geometron.survey.survey.SurveyAccessor" [color="black", fontcolor="black", label=<{SurveyAccessor|baselines<br ALIGN="LEFT"/>crs<br ALIGN="LEFT"/>extent<br ALIGN="LEFT"/>field_log<br ALIGN="LEFT"/>landmarks<br ALIGN="LEFT"/>method<br ALIGN="LEFT"/>name<br ALIGN="LEFT"/>stakes<br ALIGN="LEFT"/>stations<br ALIGN="LEFT"/>|add_features(features)<br ALIGN="LEFT"/>add_field_log(pdf_path)<br ALIGN="LEFT"/>copy()<br ALIGN="LEFT"/>plot()<br ALIGN="LEFT"/>plot_3d()<br ALIGN="LEFT"/>save(filename)<br ALIGN="LEFT"/>to_features()<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"geometron.survey.survey.TopoLine" [color="black", fontcolor="black", label=<{TopoLine|<br ALIGN="LEFT"/>|plot(ax)<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"geometron.survey.survey.TopoObject" [color="black", fontcolor="black", label=<{TopoObject|geometry<br ALIGN="LEFT"/>id<br ALIGN="LEFT"/>kind<br ALIGN="LEFT"/>label<br ALIGN="LEFT"/>show_label<br ALIGN="LEFT"/>|from_geojson(feature)<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"geometron.survey.survey.TopoPoint" [color="black", fontcolor="black", label=<{TopoPoint|symbol : str<br ALIGN="LEFT"/>|plot(ax)<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"geometron.survey.survey.TopoLine" -> "geometron.survey.survey.TopoObject" [arrowhead="empty", arrowtail="none"];
"geometron.survey.survey.TopoPoint" -> "geometron.survey.survey.TopoObject" [arrowhead="empty", arrowtail="none"];
}