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

Class PositionPoint

      object --+    
               |    
Element'.Element --+
                   |
                  PositionPoint

Set of spatial coordinates that determine a point. A sequence of PositionPoints can be used to describe:

Instance Methods [hide private]
 
__init__(self, xPosition='', sequenceNumber=0, yPosition='', Location=None, *args, **kw_args)
Initialises a new 'PositionPoint' instance.
 
getLocation(self)
Location that this position point describes.
 
setLocation(self, value)

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

Class Variables [hide private]
  _attr_types = {'sequenceNumber': <type 'int'>, 'xPosition': <t...
  _attrs = ['xPosition', 'sequenceNumber', 'yPosition']
  _defaults = {'sequenceNumber': 0, 'xPosition': '', 'yPosition'...
  _refs = ['Location']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  Location
Location that this position point describes.

Inherited from object: __class__

Method Details [hide private]

__init__(self, xPosition='', sequenceNumber=0, yPosition='', Location=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PositionPoint' instance.

Parameters:
  • xPosition - X axis position.
  • sequenceNumber - Zero-relative sequence number of this point within a series of points.
  • yPosition - Y axis position.
  • Location - Location that this position point describes.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'sequenceNumber': <type 'int'>,
 'xPosition': <type 'str'>,
 'yPosition': <type 'str'>}

_defaults

Value:
{'sequenceNumber': 0, 'xPosition': '', 'yPosition': ''}

Property Details [hide private]

Location

Location that this position point describes.

Get Method:
getLocation(self) - Location that this position point describes.
Set Method:
setLocation(self, value)