Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfGMLSupport :: Module GmlObservation' :: Class GmlObservation
[hide private]
[frames] | no frames]

Class GmlObservation

      object --+    
               |    
Element'.Element --+
                   |
                  GmlObservation

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.

Instance Methods [hide private]
 
__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)
 
getChangeItems(self)
 
getGmlDiagramObjects(self)
 
getGmlValues(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__

Class Variables [hide private]
  _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']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ChangeItems
  GmlDiagramObjects
  GmlValues

Inherited from object: __class__

Method Details [hide private]

__init__(self, resultOf='', target='', using='', dateTime='', GmlDiagramObjects=None, ChangeItems=None, GmlValues=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlObservation' instance.

Parameters:
  • resultOf - Indicates the result of the observation.
  • target - Contains or points to the specimen, region or station which is the object of the observation
  • using - Contains or points to a description of a sensor, instrument or procedure used for the observation.
  • dateTime
  • GmlDiagramObjects
  • ChangeItems
  • GmlValues
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'dateTime': <type 'str'>,
 'resultOf': <type 'str'>,
 'target': <type 'str'>,
 'using': <type 'str'>}

_defaults

Value:
{'dateTime': '', 'resultOf': '', 'target': '', 'using': ''}

Property Details [hide private]

ChangeItems

Get Method:
getChangeItems(self)
Set Method:
setChangeItems(self, value)

GmlDiagramObjects

Get Method:
getGmlDiagramObjects(self)
Set Method:
setGmlDiagramObjects(self, value)

GmlValues

Get Method:
getGmlValues(self)
Set Method:
setGmlValues(self, value)