Package net.opengis.gml311
Interface FeatureStyleType
- All Superinterfaces:
AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
FeatureStyleTypeImpl
A representation of the model object 'Feature Style Type'.
[complexType of] The style descriptor for features.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Type' attribute.Returns the value of the 'Feature Constraint' attribute.Returns the value of the 'Feature Type' attribute.EList<GeometryStylePropertyType>
Returns the value of the 'Geometry Style' containment reference list.Returns the value of the 'Label Style' containment reference.Returns the value of the 'Query Grammar' attribute.EList<TopologyStylePropertyType>
Returns the value of the 'Topology Style' containment reference list.boolean
Returns whether the value of the 'Query Grammar
' attribute is set.void
setBaseType
(String value) Sets the value of the 'Base Type
' attribute.void
setFeatureConstraint
(String value) Sets the value of the 'Feature Constraint
' attribute.void
setFeatureType
(String value) Sets the value of the 'Feature Type
' attribute.void
Sets the value of the 'Label Style
' containment reference.void
Sets the value of the 'Query Grammar
' attribute.void
Unsets the value of the 'Query Grammar
' attribute.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
-
getFeatureConstraint
String getFeatureConstraint()Returns the value of the 'Feature Constraint' attribute.If the meaning of the 'Feature Constraint' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Constraint' attribute.
- See Also:
-
setFeatureConstraint
Sets the value of the 'Feature Constraint
' attribute.- Parameters:
value
- the new value of the 'Feature Constraint' attribute.- See Also:
-
getGeometryStyle
EList<GeometryStylePropertyType> getGeometryStyle()Returns the value of the 'Geometry Style' containment reference list. The list contents are of typeGeometryStylePropertyType
.- Returns:
- the value of the 'Geometry Style' containment reference list.
- See Also:
-
getTopologyStyle
EList<TopologyStylePropertyType> getTopologyStyle()Returns the value of the 'Topology Style' containment reference list. The list contents are of typeTopologyStylePropertyType
.- Returns:
- the value of the 'Topology Style' containment reference list.
- 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:
-
getBaseType
String getBaseType()Returns the value of the 'Base Type' attribute.If the meaning of the 'Base Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Base Type' attribute.
- See Also:
-
setBaseType
Sets the value of the 'Base Type
' attribute.- Parameters:
value
- the new value of the 'Base Type' attribute.- See Also:
-
getFeatureType
String getFeatureType()Returns the value of the 'Feature Type' attribute.If the meaning of the 'Feature Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Type' attribute.
- See Also:
-
setFeatureType
Sets the value of the 'Feature Type
' attribute.- Parameters:
value
- the new value of the 'Feature Type' attribute.- See Also:
-
getQueryGrammar
QueryGrammarEnumeration getQueryGrammar()Returns the value of the 'Query Grammar' attribute. The literals are from the enumerationQueryGrammarEnumeration
.If the meaning of the 'Query Grammar' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Query Grammar' attribute.
- See Also:
-
setQueryGrammar
Sets the value of the 'Query Grammar
' attribute.- Parameters:
value
- the new value of the 'Query Grammar' attribute.- See Also:
-
unsetQueryGrammar
void unsetQueryGrammar()Unsets the value of the 'Query Grammar
' attribute. -
isSetQueryGrammar
boolean isSetQueryGrammar()Returns whether the value of the 'Query Grammar
' attribute is set.- Returns:
- whether the value of the 'Query Grammar' attribute is set.
- See Also:
-