Package net.opengis.gml311
Interface LabelType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
LabelTypeImpl
public interface LabelType extends EObject
A representation of the model object 'Label Type'. Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.The following features are supported:
- See Also:
Gml311Package.getLabelType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>
getLabelExpression()
Returns the value of the 'Label Expression' attribute list.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.String
getTransform()
Returns the value of the 'Transform' attribute.void
setTransform(String value)
Sets the value of the 'Transform
' attribute.
-
-
-
Method Detail
-
getMixed
FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Gml311Package.getLabelType_Mixed()
-
getLabelExpression
EList<String> getLabelExpression()
Returns the value of the 'Label Expression' attribute list. The list contents are of typeString
.If the meaning of the 'Label Expression' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Label Expression' attribute list.
- See Also:
Gml311Package.getLabelType_LabelExpression()
-
getTransform
String getTransform()
Returns the value of the 'Transform' attribute. Defines the geometric transformation of entities. There is no particular grammar defined for this value.- Returns:
- the value of the 'Transform' attribute.
- See Also:
setTransform(String)
,Gml311Package.getLabelType_Transform()
-
setTransform
void setTransform(String value)
Sets the value of the 'Transform
' attribute.- Parameters:
value
- the new value of the 'Transform' attribute.- See Also:
getTransform()
-
-