Interface BaseStyleDescriptorType
-
- All Superinterfaces:
AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
GeometryStyleType
,GraphStyleType
,LabelStyleType
,TopologyStyleType
- All Known Implementing Classes:
BaseStyleDescriptorTypeImpl
,GeometryStyleTypeImpl
,GraphStyleTypeImpl
,LabelStyleTypeImpl
,TopologyStyleTypeImpl
public interface BaseStyleDescriptorType extends AbstractGMLType
A representation of the model object 'Base Style Descriptor Type'. Base complex type for geometry, topology, label and graph styles.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AnimateType>
getAnimate()
Returns the value of the 'Animate' containment reference list.EList<AnimateColorType>
getAnimateColor()
Returns the value of the 'Animate Color' containment reference list.EList<AnimateMotionType>
getAnimateMotion()
Returns the value of the 'Animate Motion' containment reference list.EList<SetType>
getSet()
Returns the value of the 'Set' containment reference list.ScaleType
getSpatialResolution()
Returns the value of the 'Spatial Resolution' containment reference.EList<StyleVariationType>
getStyleVariation()
Returns the value of the 'Style Variation' containment reference list.void
setSpatialResolution(ScaleType value)
Sets the value of the 'Spatial Resolution
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getSpatialResolution
ScaleType getSpatialResolution()
Returns the value of the 'Spatial Resolution' containment reference.If the meaning of the 'Spatial Resolution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Spatial Resolution' containment reference.
- See Also:
setSpatialResolution(ScaleType)
,Gml311Package.getBaseStyleDescriptorType_SpatialResolution()
-
setSpatialResolution
void setSpatialResolution(ScaleType value)
Sets the value of the 'Spatial Resolution
' containment reference.- Parameters:
value
- the new value of the 'Spatial Resolution' containment reference.- See Also:
getSpatialResolution()
-
getStyleVariation
EList<StyleVariationType> getStyleVariation()
Returns the value of the 'Style Variation' containment reference list. The list contents are of typeStyleVariationType
.If the meaning of the 'Style Variation' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Style Variation' containment reference list.
- See Also:
Gml311Package.getBaseStyleDescriptorType_StyleVariation()
-
getAnimate
EList<AnimateType> getAnimate()
Returns the value of the 'Animate' containment reference list. The list contents are of typeAnimateType
.If the meaning of the 'Animate' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Animate' containment reference list.
- See Also:
Gml311Package.getBaseStyleDescriptorType_Animate()
-
getAnimateMotion
EList<AnimateMotionType> getAnimateMotion()
Returns the value of the 'Animate Motion' containment reference list. The list contents are of typeAnimateMotionType
.If the meaning of the 'Animate Motion' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Animate Motion' containment reference list.
- See Also:
Gml311Package.getBaseStyleDescriptorType_AnimateMotion()
-
getAnimateColor
EList<AnimateColorType> getAnimateColor()
Returns the value of the 'Animate Color' containment reference list. The list contents are of typeAnimateColorType
.If the meaning of the 'Animate Color' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Animate Color' containment reference list.
- See Also:
Gml311Package.getBaseStyleDescriptorType_AnimateColor()
-
getSet
EList<SetType> getSet()
Returns the value of the 'Set' containment reference list. The list contents are of typeSetType
.If the meaning of the 'Set' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Set' containment reference list.
- See Also:
Gml311Package.getBaseStyleDescriptorType_Set()
-
-