Difference between revisions of "Named Data"
Petr.Bures (talk | contribs) m Tags: Reverted Visual edit |
Petr.Bures (talk | contribs) m Tags: Manual revert Visual edit |
||
Line 15: | Line 15: | ||
*[[Group (Named Data Type)|Group]] (<code>Group</code>) | *[[Group (Named Data Type)|Group]] (<code>Group</code>) | ||
*[[Hatch and Color (Named Data Type)|Hatch and Color]] (<code>SoilPattern</code>) | *[[Hatch and Color (Named Data Type)|Hatch and Color]] (<code>SoilPattern</code>) | ||
Revision as of 08:35, 27 March 2022
Named Data are the data defined by Named Data Template, written into Named Data Container and usually stored in XML format. It is used in GEO5 applications for example for field test data.
Named Data consists of individual Named Data Elements (XML Template [:E:] Item
) of specified Named Data Types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with AGS or SEP3 formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can also have a text Identifier specified as a property.
The Named Data element has common properties (GUID, Name, Identifier, Comment, Type) and type-specific properties (described in detail on element type pages).
Named Data Types
- Text string (
String
) - Number (
Double
) - Enumeration (
Enum
) - Set (
Set
) - Enumeration or Set Element (
EnumItem
) - Date and Time (
DateTime
) - Table (
Table
) - Group (
Group
) - Hatch and Color (
SoilPattern
)