Simeo modules Sketch concerns¶
The main projects based on the Sketch SceneModel in Simeo (and Capsis) are summarized here.
- Simeo is based on the capsis.kernel package developped in the Capsis platform and on the convenient package capsis.commongui.
- For documentation on the Sketch library, see this page
1. Projects¶
For each project, here is a synopsis of the items and item types they manage, with also somme elements concerning compatibility. The names in italic are used for generic objects of the sketch library. The other ones are defined in the related module.
In some cases, an item encapsulates the module object to be added in the 3D scene. In some other cases, the object of the module is directly an item (and its externalRef is not set).
Digiplante01¶
The user can add plants and a voronoi diagram is updated at each add action.
Type | Item | ExternalRef |
---|---|---|
Dig01Type | TreeItem | Dig01Plant |
MapDV2Type | MapDV2Item | - |
AmapScene¶
The user adds AMAP line trees.
Type | Item | ExternalRef |
---|---|---|
AMAPLineTreeType | TreeItem | AMAPLineTree |
FireParadox¶
The user adds Plants either local or selected from a database, and also LayerSets, i.e. a set of vegetation layers, each local or coming from the same data base.
Type | Item | ExternalRef |
---|---|---|
FiPlantType | TreeWithCrownProfileItem | FiPlant |
FiLayerSetType | FiLayerSet | - |
BuiltinType.POLYGON | Polygon | - |
2. Types¶
a. User types¶
These types are defined in the simeo / capsis modules.
Type | Preferred Sketcher | ItemChooser |
---|---|---|
Dig01Type | TreeSketcher | Dig01Chooser |
MapDV2Type | MapDV2Sketcher | - |
AMAPLineTreeType | - | Frequency |
FiPlantType | FirePatternSketcher | FiPlantChooser, FiLocalTreeChooser |
FiLayerSetType | FiLayerSetSketcher | FiLayerSetChooser, FiLocalLayerSetChooser |
b. Sketch generic types¶
Type | Preferred Sketcher |
---|---|
BuiltinType.GRID | GridSketcher |
BuiltinType.TERRAIN | DTMSketcher |
BuiltinType.POLYLINE | ContourSketcher |
BuiltinType.POLYGON | ContourSketcher |
BuiltinType.SELECTION_RECTANGLE | SelectionSketcher |
BuiltinType.TREE | TreeSketcher |
BuiltinType.TREE_WITH_CROWN_PROFILE | TreeWithCrownProfileSketcher |