locationSpatialGeographic
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
longitude
Section titled “longitude”Type: binary32
Geographic longitude.
latitude
Section titled “latitude”Type: binary32
Geographic latitude.
altitude
Section titled “altitude”Type: string
Height relative to a reference.
Referenced By
Section titled “Referenced By”- locationSpatialGeographic
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry" } }, "longitude": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "latitude": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "altitude": { "type": "string" } }}