|
||||||||||
| 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 FeatureStyles used to style the FeatureLayers used
by a Layer using this Style. |
List<GraphicStyle> |
getGraphicStyles()
Gets the GraphicStyles used to style the Graphics 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()
FeatureStyles used to style the FeatureLayers 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 FeatureStyles.
Style's FeatureStyles.@Extension List<GraphicStyle> getGraphicStyles()
GraphicStyles used to style the Graphics 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
GraphicStyles.
Style's GraphicStyles.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||