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

Class GmlPosition

                              object --+        
                                       |        
                        Element'.Element --+    
                                           |    
IEC61968.Common.PositionPoint'.PositionPoint --+
                                               |
                                              GmlPosition

Position point with a GML coordinate reference system.Position point with a GML coordinate reference system.

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'GmlPosition' instance.

Inherited from IEC61968.Common.PositionPoint'.PositionPoint: getLocation, setLocation

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

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

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

Properties [hide private]

Inherited from IEC61968.Common.PositionPoint'.PositionPoint: Location

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlPosition' instance.

Parameters:
  • xPosition - X axis position.
  • zPosition - (if applicable) Z axis position.
  • sequenceNumber - Zero-relative sequence number of this point within a series of points.
  • yPosition - Y axis position.
  • Location - Location described by this position point.
Overrides: object.__init__