Package net.opengis.gml311
Interface GeometryStyleType
-
- All Superinterfaces:
AbstractGMLType
,BaseStyleDescriptorType
,EObject
,Notifier
- All Known Implementing Classes:
GeometryStyleTypeImpl
public interface GeometryStyleType extends BaseStyleDescriptorType
A representation of the model object 'Geometry Style Type'. [complexType of] The style descriptor for geometries of a feature.The following features are supported:
- See Also:
Gml311Package.getGeometryStyleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGeometryProperty()
Returns the value of the 'Geometry Property' attribute.String
getGeometryType()
Returns the value of the 'Geometry Type' attribute.LabelStylePropertyType
getLabelStyle()
Returns the value of the 'Label Style' containment reference.String
getStyle()
Returns the value of the 'Style' attribute.SymbolType
getSymbol()
Returns the value of the 'Symbol' containment reference.void
setGeometryProperty(String value)
Sets the value of the 'Geometry Property
' attribute.void
setGeometryType(String value)
Sets the value of the 'Geometry Type
' attribute.void
setLabelStyle(LabelStylePropertyType value)
Sets the value of the 'Label Style
' containment reference.void
setStyle(String value)
Sets the value of the 'Style
' attribute.void
setSymbol(SymbolType value)
Sets the value of the 'Symbol
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
-
-
-
-
Method Detail
-
getSymbol
SymbolType 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.getGeometryStyleType_Symbol()
-
setSymbol
void setSymbol(SymbolType value)
Sets the value of the 'Symbol
' containment reference.- Parameters:
value
- the new value of the 'Symbol' containment reference.- See Also:
getSymbol()
-
getStyle
String 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.getGeometryStyleType_Style()
-
setStyle
void setStyle(String value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
getStyle()
-
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.getGeometryStyleType_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()
-
getGeometryProperty
String getGeometryProperty()
Returns the value of the 'Geometry Property' attribute.If the meaning of the 'Geometry Property' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Geometry Property' attribute.
- See Also:
setGeometryProperty(String)
,Gml311Package.getGeometryStyleType_GeometryProperty()
-
setGeometryProperty
void setGeometryProperty(String value)
Sets the value of the 'Geometry Property
' attribute.- Parameters:
value
- the new value of the 'Geometry Property' attribute.- See Also:
getGeometryProperty()
-
getGeometryType
String getGeometryType()
Returns the value of the 'Geometry Type' attribute.If the meaning of the 'Geometry Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Geometry Type' attribute.
- See Also:
setGeometryType(String)
,Gml311Package.getGeometryStyleType_GeometryType()
-
setGeometryType
void setGeometryType(String value)
Sets the value of the 'Geometry Type
' attribute.- Parameters:
value
- the new value of the 'Geometry Type' attribute.- See Also:
getGeometryType()
-
-