Package CIM15 :: Package CDPSM :: Package Geographical :: Package IEC61968 :: Package Common :: Module CoordinateSystem' :: Class CoordinateSystem
[hide private]
[frames] | no frames]

Class CoordinateSystem

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  CoordinateSystem

Coordinate reference system.

Instance Methods [hide private]
 
__init__(self, crsUrn='', Location=None, *args, **kw_args)
Initialises a new 'CoordinateSystem' instance.
 
addLocation(self, *Location)
 
getLocation(self)
All locations described with position points in this coordinate system.
 
removeLocation(self, *Location)
 
setLocation(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

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

Class Variables [hide private]
  _attr_types = {'crsUrn': <type 'str'>}
  _attrs = ['crsUrn']
  _defaults = {'crsUrn': ''}
  _many_refs = ['Location']
  _refs = ['Location']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Location
All locations described with position points in this coordinate system.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'CoordinateSystem' instance.

Parameters:
  • crsUrn - A Uniform Resource Name (URN) for the coordinate reference system (crs) used to define 'Location.PositionPoints'. An example would be the European Petroleum Survey Group (EPSG) code for a coordinate reference system, defined in URN under the Open Geospatial Consortium (OGC) namespace as: urn:ogc :def:uom:EPSG::XXXX, where XXXX is an EPSG code (a full list of codes can be found at the EPSG Registry website http://www.epsg-registry.org/). To define the coordinate system as being WGS84 (latitude, longitude) using an EPSG OGC, this attribute would be urn:ogc:def:uom:EPSG::4236. A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties.
  • Location - All locations described with position points in this coordinate system.
Overrides: object.__init__

Property Details [hide private]

Location

All locations described with position points in this coordinate system.

Get Method:
getLocation(self) - All locations described with position points in this coordinate system.
Set Method:
setLocation(self, value)