Package net.opengis.gml311
Interface TopologyStyleType
-
- All Superinterfaces:
AbstractGMLType
,BaseStyleDescriptorType
,EObject
,Notifier
- All Known Implementing Classes:
TopologyStyleTypeImpl
public interface TopologyStyleType extends BaseStyleDescriptorType
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:
Gml311Package.getTopologyStyleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelStylePropertyType
getLabelStyle()
Returns the value of the 'Label Style' containment reference.String
getStyle()
Returns the value of the 'Style' attribute.SymbolType
getSymbol()
Returns the value of the 'Symbol' containment reference.String
getTopologyProperty()
Returns the value of the 'Topology Property' attribute.String
getTopologyType()
Returns the value of the 'Topology Type' attribute.void
setLabelStyle(LabelStylePropertyType value)
Sets the value of the 'Label Style
' containment reference.void
setStyle(String value)
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
-
-
-
-
Method Detail
-
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(SymbolType)
,Gml311Package.getTopologyStyleType_Symbol()
-
setSymbol
void setSymbol(SymbolType value)
Sets the value of the 'Symbol
' containment reference.- Parameters:
value
- the new value of the 'Symbol' containment reference.- See Also:
getSymbol()
-
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(String)
,Gml311Package.getTopologyStyleType_Style()
-
setStyle
void setStyle(String value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
getStyle()
-
getLabelStyle
LabelStylePropertyType getLabelStyle()
Returns the value of the 'Label Style' containment reference.- Returns:
- the value of the 'Label Style' containment reference.
- See Also:
setLabelStyle(LabelStylePropertyType)
,Gml311Package.getTopologyStyleType_LabelStyle()
-
setLabelStyle
void setLabelStyle(LabelStylePropertyType value)
Sets the value of the 'Label Style
' containment reference.- Parameters:
value
- the new value of the 'Label Style' containment reference.- See Also:
getLabelStyle()
-
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(String)
,Gml311Package.getTopologyStyleType_TopologyProperty()
-
setTopologyProperty
void setTopologyProperty(String value)
Sets the value of the 'Topology Property
' attribute.- Parameters:
value
- the new value of the 'Topology Property' attribute.- See Also:
getTopologyProperty()
-
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(String)
,Gml311Package.getTopologyStyleType_TopologyType()
-
setTopologyType
void setTopologyType(String value)
Sets the value of the 'Topology Type
' attribute.- Parameters:
value
- the new value of the 'Topology Type' attribute.- See Also:
getTopologyType()
-
-