Package net.opengis.gml311
Interface FeatureStyleType
-
- All Superinterfaces:
AbstractGMLType,EObject,Notifier
- All Known Implementing Classes:
FeatureStyleTypeImpl
public interface FeatureStyleType extends AbstractGMLType
A representation of the model object 'Feature Style Type'. [complexType of] The style descriptor for features.The following features are supported:
- See Also:
Gml311Package.getFeatureStyleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseType()Returns the value of the 'Base Type' attribute.StringgetFeatureConstraint()Returns the value of the 'Feature Constraint' attribute.StringgetFeatureType()Returns the value of the 'Feature Type' attribute.EList<GeometryStylePropertyType>getGeometryStyle()Returns the value of the 'Geometry Style' containment reference list.LabelStylePropertyTypegetLabelStyle()Returns the value of the 'Label Style' containment reference.QueryGrammarEnumerationgetQueryGrammar()Returns the value of the 'Query Grammar' attribute.EList<TopologyStylePropertyType>getTopologyStyle()Returns the value of the 'Topology Style' containment reference list.booleanisSetQueryGrammar()Returns whether the value of the 'Query Grammar' attribute is set.voidsetBaseType(String value)Sets the value of the 'Base Type' attribute.voidsetFeatureConstraint(String value)Sets the value of the 'Feature Constraint' attribute.voidsetFeatureType(String value)Sets the value of the 'Feature Type' attribute.voidsetLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidsetQueryGrammar(QueryGrammarEnumeration value)Sets the value of the 'Query Grammar' attribute.voidunsetQueryGrammar()Unsets the value of the 'Query Grammar' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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(String),Gml311Package.getFeatureStyleType_FeatureConstraint()
-
setFeatureConstraint
void setFeatureConstraint(String value)
Sets the value of the 'Feature Constraint' attribute.- Parameters:
value- the new value of the 'Feature Constraint' attribute.- See Also:
getFeatureConstraint()
-
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:
Gml311Package.getFeatureStyleType_GeometryStyle()
-
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:
Gml311Package.getFeatureStyleType_TopologyStyle()
-
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.getFeatureStyleType_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()
-
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(String),Gml311Package.getFeatureStyleType_BaseType()
-
setBaseType
void setBaseType(String value)
Sets the value of the 'Base Type' attribute.- Parameters:
value- the new value of the 'Base Type' attribute.- See Also:
getBaseType()
-
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(String),Gml311Package.getFeatureStyleType_FeatureType()
-
setFeatureType
void setFeatureType(String value)
Sets the value of the 'Feature Type' attribute.- Parameters:
value- the new value of the 'Feature Type' attribute.- See Also:
getFeatureType()
-
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:
QueryGrammarEnumeration,isSetQueryGrammar(),unsetQueryGrammar(),setQueryGrammar(QueryGrammarEnumeration),Gml311Package.getFeatureStyleType_QueryGrammar()
-
setQueryGrammar
void setQueryGrammar(QueryGrammarEnumeration value)
Sets the value of the 'Query Grammar' attribute.- Parameters:
value- the new value of the 'Query Grammar' attribute.- See Also:
QueryGrammarEnumeration,isSetQueryGrammar(),unsetQueryGrammar(),getQueryGrammar()
-
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:
unsetQueryGrammar(),getQueryGrammar(),setQueryGrammar(QueryGrammarEnumeration)
-
-