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

Class GmlSymbol

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

Describes how a feature is to appear on a map or display. The symbol describes not just the shape that should appear but also such graphical properties as color and opacity.Describes how a feature is to appear on a map or display. The symbol describes not just the shape that should appear but also such graphical properties as color and opacity.

Instance Methods [hide private]
 
__init__(self, version='', level='', type='', GmlFeatureStyles=None, GmlBaseSymbol=None, *args, **kw_args)
Initialises a new 'GmlSymbol' instance.
 
addGmlFeatureStyles(self, *GmlFeatureStyles)
 
getGmlBaseSymbol(self)
 
getGmlFeatureStyles(self)
 
removeGmlFeatureStyles(self, *GmlFeatureStyles)
 
setGmlBaseSymbol(self, value)
 
setGmlFeatureStyles(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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

Class Variables [hide private]
  _attr_types = {'level': <type 'str'>, 'type': <type 'str'>, 'v...
  _attrs = ['version', 'level', 'type']
  _defaults = {'level': '', 'type': '', 'version': ''}
  _many_refs = ['GmlFeatureStyles']
  _refs = ['GmlFeatureStyles', 'GmlBaseSymbol']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  GmlBaseSymbol
  GmlFeatureStyles

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, version='', level='', type='', GmlFeatureStyles=None, GmlBaseSymbol=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlSymbol' instance.

Parameters:
  • version - The version of the Symbol.
  • level - The level (of the map) where the symbol exists or the zoom levels at which this diagram object is displayed. As a way of de-cluttering displays, for example, some symbols and annotations are only shown when zoomed in.
  • type - The Symbol type.
  • GmlFeatureStyles
  • GmlBaseSymbol
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'level': <type 'str'>, 'type': <type 'str'>, 'version': <type 'str'>}

Property Details [hide private]

GmlBaseSymbol

Get Method:
getGmlBaseSymbol(self)
Set Method:
setGmlBaseSymbol(self, value)

GmlFeatureStyles

Get Method:
getGmlFeatureStyles(self)
Set Method:
setGmlFeatureStyles(self, value)