(Created page with '== Using GeoData == this page tries to summarise the use of GeoData classes in marble so that its implementation details can match the use cases, and understand if any what issu...') |
(clarify root -> root document (not root class), hope this is correct) |
||
| Line 11: | Line 11: | ||
#: Let's call this usecase the "ToolClass" usecase. | #: Let's call this usecase the "ToolClass" usecase. | ||
| − | # use {{class|GeoDataDocument|kdeedu|4.x}} as the root of a "data file" in-memory representation, or even another grouping of information. | + | # use {{class|GeoDataDocument|kdeedu|4.x}} as the root document of a "data file" in-memory representation, or even another grouping of information. |
#: In this use case, there would exist a "tree" of data matching a logical grouping of information. | #: In this use case, there would exist a "tree" of data matching a logical grouping of information. | ||
#: Let's call this usecase the "DataTree" usecase. | #: Let's call this usecase the "DataTree" usecase. | ||
Contents |
this page tries to summarise the use of GeoData classes in marble so that its implementation details can match the use cases, and understand if any what issues might arise from manipulating them otherwise.
The use cases identified so far are:
This data is manipulated within a stack of GeoNodes and internally stored in QVector of value types like QVector<GeoDataFeature>
TODO others??
In the past or present, some issues have appeared and need to be remembered/adressed:
TODO