Used for styling a particular aspect or aspects of a feature, such as
geometry, topology or arbitrary text string.Used for styling a particular
aspect or aspects of a feature, such as geometry, topology or arbitrary
text string.
|
|
__init__(self,
semanticTypeIdentifier='',
featureType='',
version='',
featureTypeName='',
featureConstraint='',
baseType='',
queryGrammar='other',
GmlGeometryStyles=None,
GmlSymbols=None,
GmlTobologyStyles=None,
GmlLabelStyles=None,
GmlFeatureTypes=None,
*args,
**kw_args)
Initialises a new 'GmlFeatureStyle' instance. |
|
|
|
|
| addGmlFeatureTypes(self,
*GmlFeatureTypes) |
|
|
|
|
| addGmlGeometryStyles(self,
*GmlGeometryStyles) |
|
|
|
|
| addGmlLabelStyles(self,
*GmlLabelStyles) |
|
|
|
|
| addGmlSymbols(self,
*GmlSymbols) |
|
|
|
|
| addGmlTobologyStyles(self,
*GmlTobologyStyles) |
|
|
|
|
|
|
|
| getGmlGeometryStyles(self) |
|
|
|
|
|
|
|
|
|
|
| getGmlTobologyStyles(self) |
|
|
|
|
| removeGmlFeatureTypes(self,
*GmlFeatureTypes) |
|
|
|
|
| removeGmlGeometryStyles(self,
*GmlGeometryStyles) |
|
|
|
|
| removeGmlLabelStyles(self,
*GmlLabelStyles) |
|
|
|
|
| removeGmlSymbols(self,
*GmlSymbols) |
|
|
|
|
| removeGmlTobologyStyles(self,
*GmlTobologyStyles) |
|
|
|
|
| setGmlFeatureTypes(self,
value) |
|
|
|
|
| setGmlGeometryStyles(self,
value) |
|
|
|
|
| setGmlLabelStyles(self,
value) |
|
|
|
|
| setGmlSymbols(self,
value) |
|
|
|
|
| setGmlTobologyStyles(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 = {'baseType': <type 'str'>, 'featureConstraint': ...
|
|
|
_attrs = ['semanticTypeIdentifier', 'featureType', 'version', ...
|
|
|
_defaults = {'baseType': '', 'featureConstraint': '', 'feature...
|
|
|
_enums = {'queryGrammar': 'QueryGrammarKind'}
|
|
|
_many_refs = ['GmlGeometryStyles', 'GmlSymbols', 'GmlTobologyS...
|
|
|
_refs = ['GmlGeometryStyles', 'GmlSymbols', 'GmlTobologyStyles...
|