Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61968 :: Package Common :: Module Location' :: Class Location
[hide private]
[frames] | no frames]

Class Location

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  Location
Known Subclasses:

The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It may be:

Instance Methods [hide private]
 
__init__(self, PositionPoints=None, *args, **kw_args)
Initialises a new 'Location' instance.
 
addPositionPoints(self, *PositionPoints)
 
getPositionPoints(self)
Sequence of position points describing this location.
 
removePositionPoints(self, *PositionPoints)
 
setPositionPoints(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['PositionPoints']
  _refs = ['PositionPoints']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PositionPoints
Sequence of position points describing this location.

Inherited from object: __class__

Method Details [hide private]

__init__(self, PositionPoints=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Location' instance.

Parameters:
  • PositionPoints - Sequence of position points describing this location.
Overrides: object.__init__

Property Details [hide private]

PositionPoints

Sequence of position points describing this location.

Get Method:
getPositionPoints(self) - Sequence of position points describing this location.
Set Method:
setPositionPoints(self, value)