The style for the text that is to be displayed along with the
graphical representation of a feature. The content of the label is not
necessarily defined in the GML data set. More precisely, the content can
be static text specified in the style itself and the text from the GML
data set. Label style has two elements: gml:style that specifies the
style and gml:label that is used to compose the label content.The style
for the text that is to be displayed along with the graphical
representation of a feature. The content of the label is not necessarily
defined in the GML data set. More precisely, the content can be static
text specified in the style itself and the text from the GML data set.
Label style has two elements: gml:style that specifies the style and
gml:label that is used to compose the label content.
|
|
__init__(self,
transform='',
labelExpression='',
style='',
GmlTopologyStyles=None,
GmlGeometryStyles=None,
GmlFeatureStyle=None,
*args,
**kw_args)
Initialises a new 'GmlLabelStyle' instance. |
|
|
|
|
| addGmlGeometryStyles(self,
*GmlGeometryStyles) |
|
|
|
|
| addGmlTopologyStyles(self,
*GmlTopologyStyles) |
|
|
|
|
|
|
|
| getGmlGeometryStyles(self) |
|
|
|
|
| getGmlTopologyStyles(self) |
|
|
|
|
| removeGmlGeometryStyles(self,
*GmlGeometryStyles) |
|
|
|
|
| removeGmlTopologyStyles(self,
*GmlTopologyStyles) |
|
|
|
|
| setGmlFeatureStyle(self,
value) |
|
|
|
|
| setGmlGeometryStyles(self,
value) |
|
|
|
|
| setGmlTopologyStyles(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__
|
|
|
_attr_types = {'labelExpression': <type 'str'>, 'style': <type...
|
|
|
_attrs = ['transform', 'labelExpression', 'style']
|
|
|
_defaults = {'labelExpression': '', 'style': '', 'transform': ''}
|
|
|
_many_refs = ['GmlTopologyStyles', 'GmlGeometryStyles']
|
|
|
_refs = ['GmlTopologyStyles', 'GmlGeometryStyles', 'GmlFeature...
|
|
|