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

Class GmlTopologyStyle

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         GmlTopologyStyle

The style for one topology property. Similarly to the Geometry style, a feature can have multiple topology properties, thus multiple topology style descriptors can be specified within one feature style.The style for one topology property. Similarly to the Geometry style, a feature can have multiple topology properties, thus multiple topology style descriptors can be specified within one feature style.

Instance Methods [hide private]
 
__init__(self, GmlLableStyle=None, GmlFeatureStyle=None, *args, **kw_args)
Initialises a new 'GmlTopologyStyle' instance.
 
getGmlFeatureStyle(self)
 
getGmlLableStyle(self)
 
setGmlFeatureStyle(self, value)
 
setGmlLableStyle(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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = []
  _refs = ['GmlLableStyle', 'GmlFeatureStyle']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  GmlFeatureStyle
  GmlLableStyle

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, GmlLableStyle=None, GmlFeatureStyle=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlTopologyStyle' instance.

Parameters:
  • GmlLableStyle
  • GmlFeatureStyle
Overrides: object.__init__

Property Details [hide private]

GmlFeatureStyle

Get Method:
getGmlFeatureStyle(self)
Set Method:
setGmlFeatureStyle(self, value)

GmlLableStyle

Get Method:
getGmlLableStyle(self)
Set Method:
setGmlLableStyle(self, value)