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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGeometryProperty()Returns the value of the 'Geometry Property' attribute.StringgetGeometryType()Returns the value of the 'Geometry Type' attribute.LabelStylePropertyTypegetLabelStyle()Returns the value of the 'Label Style' containment reference.StringgetStyle()Returns the value of the 'Style' attribute.SymbolTypegetSymbol()Returns the value of the 'Symbol' containment reference.voidsetGeometryProperty(String value)Sets the value of the 'Geometry Property' attribute.voidsetGeometryType(String value)Sets the value of the 'Geometry Type' attribute.voidsetLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidsetStyle(String value)Sets the value of the 'Style' attribute.voidsetSymbol(SymbolType value)Sets the value of the 'Symbol' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface BaseStyleDescriptorTypegetAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
 
- 
 
- 
- 
- 
Method Detail- 
getSymbolSymbolType 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()
 
 - 
setSymbolvoid setSymbol(SymbolType value) Sets the value of the 'Symbol' containment reference.- Parameters:
- value- the new value of the 'Symbol' containment reference.
- See Also:
- getSymbol()
 
 - 
getStyleString 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()
 
 - 
setStylevoid setStyle(String value) Sets the value of the 'Style' attribute.- Parameters:
- value- the new value of the 'Style' attribute.
- See Also:
- getStyle()
 
 - 
getLabelStyleLabelStylePropertyType 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()
 
 - 
setLabelStylevoid 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()
 
 - 
getGeometryPropertyString 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()
 
 - 
setGeometryPropertyvoid setGeometryProperty(String value) Sets the value of the 'Geometry Property' attribute.- Parameters:
- value- the new value of the 'Geometry Property' attribute.
- See Also:
- getGeometryProperty()
 
 - 
getGeometryTypeString 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()
 
 - 
setGeometryTypevoid setGeometryType(String value) Sets the value of the 'Geometry Type' attribute.- Parameters:
- value- the new value of the 'Geometry Type' attribute.
- See Also:
- getGeometryType()
 
 
- 
 
-