|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Style") public interface Style
Encapsulates the information necessary to style the renderable data for a given Layer
.
Method Summary | |
---|---|
InternationalString |
getAbstract()
Provides the narrative description of this Style . |
List<FeatureStyle> |
getFeatureStyles()
Gets the FeatureStyle s used to style the FeatureLayer s used
by a Layer using this Style . |
List<GraphicStyle> |
getGraphicStyles()
Gets the GraphicStyle s used to style the Graphic s used by a
Layer using this Style . |
List<LegendURL> |
getLegendURLs()
Provides the linkage to an image of a map legend appropriate to this Style . |
String |
getName()
Provides a unique name for identifying this Style . |
StyleSheetURL |
getStyleSheetURL()
Provides the linkage to symbology information for this Style . |
StyleURL |
getStyleURL()
Provides the linkage to more information about the data or symbology underlying this Style . |
InternationalString |
getTitle()
Provides the human-readable string for presenting this Style . |
Method Detail |
---|
@XmlElement(value="Name") String getName()
Style
.
Style
's name.@XmlElement(value="Title") InternationalString getTitle()
Style
.
Style
's title.@XmlElement(value="Abstract") InternationalString getAbstract()
Style
.
Style
's narrative description.@XmlElement(value="LegendURL") List<LegendURL> getLegendURLs()
Style
.
Style
's map legend image.@XmlElement(value="StyleSheetURL") StyleSheetURL getStyleSheetURL()
Style
.
Style
's symbology information.@XmlElement(value="StyleURL") StyleURL getStyleURL()
Style
.
Style
's data or symbology.@Extension List<FeatureStyle> getFeatureStyles()
FeatureStyle
s used to style the FeatureLayer
s used
by a Layer
using this Style
. The returned List
(if modifiable) should NOT be live, and modifying it should not affect this
Style
's set of FeatureStyle
s.
Style
's FeatureStyle
s.@Extension List<GraphicStyle> getGraphicStyles()
GraphicStyle
s used to style the Graphic
s used by a
Layer
using this Style
. The returned List
(if modifiable)
should NOT be live, and modifying it should not affect this Style
's set of
GraphicStyle
s.
Style
's GraphicStyle
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |