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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelStylePropertyTypegetLabelStyle()Returns the value of the 'Label Style' containment reference.StringgetStyle()Returns the value of the 'Style' attribute.SymbolTypegetSymbol()Returns the value of the 'Symbol' containment reference.StringgetTopologyProperty()Returns the value of the 'Topology Property' attribute.StringgetTopologyType()Returns the value of the 'Topology Type' attribute.voidsetLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidsetStyle(String value)Sets the value of the 'Style' attribute.voidsetSymbol(SymbolType value)Sets the value of the 'Symbol' containment reference.voidsetTopologyProperty(String value)Sets the value of the 'Topology Property' attribute.voidsetTopologyType(String value)Sets the value of the 'Topology Type' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface BaseStyleDescriptorTypegetAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
 
- 
 
- 
- 
- 
Method Detail- 
getSymbolSymbolType 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()
 
 - 
setSymbolvoid setSymbol(SymbolType value) Sets the value of the 'Symbol' containment reference.- Parameters:
- value- the new value of the 'Symbol' containment reference.
- See Also:
- getSymbol()
 
 - 
getStyleString 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()
 
 - 
setStylevoid setStyle(String value) Sets the value of the 'Style' attribute.- Parameters:
- value- the new value of the 'Style' attribute.
- See Also:
- getStyle()
 
 - 
getLabelStyleLabelStylePropertyType 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()
 
 - 
setLabelStylevoid 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()
 
 - 
getTopologyPropertyString 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()
 
 - 
setTopologyPropertyvoid setTopologyProperty(String value) Sets the value of the 'Topology Property' attribute.- Parameters:
- value- the new value of the 'Topology Property' attribute.
- See Also:
- getTopologyProperty()
 
 - 
getTopologyTypeString 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()
 
 - 
setTopologyTypevoid setTopologyType(String value) Sets the value of the 'Topology Type' attribute.- Parameters:
- value- the new value of the 'Topology Type' attribute.
- See Also:
- getTopologyType()
 
 
- 
 
-