A GML observation models the act of observing, often with a camera, a
person or some form of instrument. An observation feature describes the
'metadata' associated with an information capture event, together with a
value for the result of the observation. The basic structures introduced
in this class are intended to serve as the foundation for more
comprehensive schemas for scientific, technical and engineering
measurement schemas.A GML observation models the act of observing, often
with a camera, a person or some form of instrument. An observation
feature describes the 'metadata' associated with an information capture
event, together with a value for the result of the observation. The basic
structures introduced in this class are intended to serve as the
foundation for more comprehensive schemas for scientific, technical and
engineering measurement schemas.
|
|
__init__(self,
resultOf='',
target='',
using='',
dateTime='',
GmlDiagramObjects=None,
ChangeItems=None,
GmlValues=None,
*args,
**kw_args)
Initialises a new 'GmlObservation' instance. |
|
|
|
|
| addChangeItems(self,
*ChangeItems) |
|
|
|
|
| addGmlDiagramObjects(self,
*GmlDiagramObjects) |
|
|
|
|
| addGmlValues(self,
*GmlValues) |
|
|
|
|
|
|
|
| getGmlDiagramObjects(self) |
|
|
|
|
|
|
|
| removeChangeItems(self,
*ChangeItems) |
|
|
|
|
| removeGmlDiagramObjects(self,
*GmlDiagramObjects) |
|
|
|
|
| removeGmlValues(self,
*GmlValues) |
|
|
|
|
| setChangeItems(self,
value) |
|
|
|
|
| setGmlDiagramObjects(self,
value) |
|
|
|
|
| setGmlValues(self,
value) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'dateTime': <type 'str'>, 'resultOf': <type 'st...
|
|
|
_attrs = ['resultOf', 'target', 'using', 'dateTime']
|
|
|
_defaults = {'dateTime': '', 'resultOf': '', 'target': '', 'us...
|
|
|
_many_refs = ['GmlDiagramObjects', 'ChangeItems', 'GmlValues']
|
|
|
_refs = ['GmlDiagramObjects', 'ChangeItems', 'GmlValues']
|
|
|