Package net.opengis.gml311
Interface StyleType
- All Superinterfaces:
AbstractGMLType
,AbstractStyleType
,EObject
,Notifier
- All Known Implementing Classes:
StyleTypeImpl
A representation of the model object 'Style Type'.
[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<FeatureStylePropertyType>
Returns the value of the 'Feature Style' containment reference list.Returns the value of the 'Graph Style' containment reference.void
Sets the value of the 'Graph Style
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureStyle
EList<FeatureStylePropertyType> getFeatureStyle()Returns the value of the 'Feature Style' containment reference list. The list contents are of typeFeatureStylePropertyType
.- Returns:
- the value of the 'Feature Style' containment reference list.
- See Also:
-
getGraphStyle
GraphStylePropertyType getGraphStyle()Returns the value of the 'Graph Style' containment reference.- Returns:
- the value of the 'Graph Style' containment reference.
- See Also:
-
setGraphStyle
Sets the value of the 'Graph Style
' containment reference.- Parameters:
value
- the new value of the 'Graph Style' containment reference.- See Also:
-