Package net.opengis.gml311
Interface TopologyStyleType
- All Superinterfaces:
AbstractGMLType
,BaseStyleDescriptorType
,EObject
,Notifier
- All Known Implementing Classes:
TopologyStyleTypeImpl
A representation of the model object 'Topology Style Type'.
[complexType of] The style descriptor for topologies of a feature. Describes individual topology elements styles.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Label Style' containment reference.getStyle()
Returns the value of the 'Style' attribute.Returns the value of the 'Symbol' containment reference.Returns the value of the 'Topology Property' attribute.Returns the value of the 'Topology Type' attribute.void
Sets the value of the 'Label Style
' containment reference.void
Sets the value of the 'Style
' attribute.void
setSymbol
(SymbolType value) Sets the value of the 'Symbol
' containment reference.void
setTopologyProperty
(String value) Sets the value of the 'Topology Property
' attribute.void
setTopologyType
(String value) Sets the value of the 'Topology Type
' attribute.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
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
-
getSymbol
SymbolType getSymbol()Returns the value of the 'Symbol' containment reference. The symbol property. Extends the gml:AssociationType to allow for remote referencing of symbols.- Returns:
- the value of the 'Symbol' containment reference.
- See Also:
-
setSymbol
Sets the value of the 'Symbol
' containment reference.- Parameters:
value
- the new value of the 'Symbol' containment reference.- See Also:
-
getStyle
String getStyle()Returns the value of the 'Style' attribute. Deprecated in GML version 3.1.0. Use symbol with inline content instead.- Returns:
- the value of the 'Style' attribute.
- See Also:
-
setStyle
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
-
getLabelStyle
LabelStylePropertyType getLabelStyle()Returns the value of the 'Label Style' containment reference.- Returns:
- the value of the 'Label Style' containment reference.
- See Also:
-
setLabelStyle
Sets the value of the 'Label Style
' containment reference.- Parameters:
value
- the new value of the 'Label Style' containment reference.- See Also:
-
getTopologyProperty
String getTopologyProperty()Returns the value of the 'Topology Property' attribute.If the meaning of the 'Topology Property' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topology Property' attribute.
- See Also:
-
setTopologyProperty
Sets the value of the 'Topology Property
' attribute.- Parameters:
value
- the new value of the 'Topology Property' attribute.- See Also:
-
getTopologyType
String getTopologyType()Returns the value of the 'Topology Type' attribute.If the meaning of the 'Topology Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topology Type' attribute.
- See Also:
-
setTopologyType
Sets the value of the 'Topology Type
' attribute.- Parameters:
value
- the new value of the 'Topology Type' attribute.- See Also:
-