Package net.opengis.gml311
Interface StyleType
-
- All Superinterfaces:
AbstractGMLType
,AbstractStyleType
,EObject
,Notifier
- All Known Implementing Classes:
StyleTypeImpl
public interface StyleType extends AbstractStyleType
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:
Gml311Package.getStyleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FeatureStylePropertyType>
getFeatureStyle()
Returns the value of the 'Feature Style' containment reference list.GraphStylePropertyType
getGraphStyle()
Returns the value of the 'Graph Style' containment reference.void
setGraphStyle(GraphStylePropertyType value)
Sets the value of the 'Graph Style
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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:
Gml311Package.getStyleType_FeatureStyle()
-
getGraphStyle
GraphStylePropertyType getGraphStyle()
Returns the value of the 'Graph Style' containment reference.- Returns:
- the value of the 'Graph Style' containment reference.
- See Also:
setGraphStyle(GraphStylePropertyType)
,Gml311Package.getStyleType_GraphStyle()
-
setGraphStyle
void setGraphStyle(GraphStylePropertyType value)
Sets the value of the 'Graph Style
' containment reference.- Parameters:
value
- the new value of the 'Graph Style' containment reference.- See Also:
getGraphStyle()
-
-