Expand description
Contains all entities used in PermaplanT
.
Modules§
- application_
settings_ impl - Contains the implementation of
ApplicationSetting
. - areas
- All area entities:
Shading
,Hydrology
andSoilTexture
- areas_
impl - Contains the implementation of
Shading
,Hydrology
andSoilTexture
- base_
layer_ images - base_
layer_ images_ impl - Contains the implementation of
BaseLayerImages
. - blossoms_
impl - Contains the implementation of
GainedBlossoms
. - drawings
- drawings_
impl - Contains the implementation of
Drawing
. - guided_
tours_ impl - Contains the implementation of
GuidedTours
. - layers
- layers_
impl - Contains the implementation of
Layer
. - map_
collaborator_ impl - map_
impl - Contains the implementation of
Map
. - plant_
layer - Contains the database implementation of the plant layer.
- plantings
- All entities associated with
Planting
. - plantings_
impl - Contains the implementation of
Planting
. - plants_
impl - Contains the implementation of
Plants
. - seed_
impl - Contains the implementation of
Seed
. - timeline
- users_
impl - Contains the implementation of
Users
.
Structs§
- Application
Setting - The
ApplicationSetting
entity. - Blossom
- The
Blossom
entity. - Gained
Blossoms - The
GainedBlossoms
entity. - Guided
Tours - The
GuidedTours
entity. - Map
- The
Map
entity. - MapCollaborator
- The
MapCollaborator
entity. - NewMap
- The
NewMap
entity. - NewSeed
- The
NewSeed
entity. - Plants
- The
Plants
entity builds up an hierarchical structure, see/doc/database/hierarchy.md
: - Seed
- The
Seed
entity. - Update
Guided Tours - The
UpdateGuidedTours
entity. - Update
Map - The
UpdateMap
entity. - Update
MapGeometry - The
UpdateMapGeometry
entity. - Users
- The
Users
entity.