Object Service
The object service allows you to manage, browse, search for and use stored objects
Creating Objects
All objects have a type - this is a structure that defines the properties that you would expect on an object. Individual objects can also have dynamic properties that are not included in the type structure. If you create an object without specifying a type, ODSL will add a #Object type to it.
Creating a basic object
You can create a simple object using the basic Object constructor, e.g.
myobject = Object()
This creates a dynamic object of type #Object which has the following standard properties:
- name
- description
- classification
- geolocation