Package CIM14 :: Package IEC61968 :: Package Common :: Module CoordinateSystem' :: Class CoordinateSystem
[hide private]
[frames] | no frames]

Class CoordinateSystem

      object --+    
               |    
Element'.Element --+
                   |
                  CoordinateSystem

Coordinate reference system.

Instance Methods [hide private]
 
__init__(self, name='', Location=None, PositionPoints=None, *args, **kw_args)
Initialises a new 'CoordinateSystem' instance.
 
addPositionPoints(self, *PositionPoints)
 
getLocation(self)
Location described by using position points in this coordinate system.
 
getPositionPoints(self)
Sequence of position points expressed in this coordinate system.
 
removePositionPoints(self, *PositionPoints)
 
setLocation(self, value)
 
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 = {'name': <type 'str'>}
  _attrs = ['name']
  _defaults = {'name': ''}
  _many_refs = ['PositionPoints']
  _refs = ['Location', 'PositionPoints']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Location
Location described by using position points in this coordinate system.
  PositionPoints
Sequence of position points expressed in this coordinate system.

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'CoordinateSystem' instance.

Parameters:
  • name - Name of this coordinate system.
  • Location - Location described by using position points in this coordinate system.
  • PositionPoints - Sequence of position points expressed in this coordinate system.
Overrides: object.__init__

Property Details [hide private]

Location

Location described by using position points in this coordinate system.

Get Method:
getLocation(self) - Location described by using position points in this coordinate system.
Set Method:
setLocation(self, value)

PositionPoints

Sequence of position points expressed in this coordinate system.

Get Method:
getPositionPoints(self) - Sequence of position points expressed in this coordinate system.
Set Method:
setPositionPoints(self, value)