Package net.opengis.gml311
Interface GeometryStyleType
- All Superinterfaces:
AbstractGMLType
,BaseStyleDescriptorType
,EObject
,Notifier
- All Known Implementing Classes:
GeometryStyleTypeImpl
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Geometry Property' attribute.Returns the value of the 'Geometry Type' attribute.Returns the value of the 'Label Style' containment reference.getStyle()
Returns the value of the 'Style' attribute.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
Sets the value of the 'Label Style
' containment reference.void
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
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
-
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
Sets the value of the 'Symbol
' containment reference.- Parameters:
value
- the new value of the 'Symbol' containment reference.- See Also:
-
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
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- 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:
-
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
Sets the value of the 'Geometry Property
' attribute.- Parameters:
value
- the new value of the 'Geometry Property' attribute.- See Also:
-
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
Sets the value of the 'Geometry Type
' attribute.- Parameters:
value
- the new value of the 'Geometry Type' attribute.- See Also:
-