Structure Object

┗ GeoSpatial.Object

namespace: GeoSpatial
RTT Field: typeObject
packed: false

Description

Defines the base Object comprising id, optional name, description, and user data (JSON).

Summary

Fields defined in GeoSpatial.Object

typeObject, uuid, uriExternal, uriClassifier, name, description, miscdata

Field Detail

typeObject (required) : ObjectType

Element indicates the type of the Object

uuid (required) : UUID

Unique identifier for this object.

uriExternal (optional) : uri

Optional external identifier for this object.

uriClassifier (optional) : uri

Optional external classifier identifier for this object.

name (optional) : string

Optional user friendly name of the GeoObject.

description (optional) : string

Optional user friendly description of the GeoObject.

miscdata (optional) : json

Optional miscellaneous JSON data associated with this object. This field is provided to add additional non-typed data to the object, which can be application specific. Should multiple applications share this data, then likely an updated XID definition would be more appropriate.