Documentation of 'org.opengis.layer.Style' Java class
Style
org.opengis.layer

Interface Style



  • @XmlElement(value="Style")
    public interface Style
    Encapsulates the information necessary to style the renderable data for a given Layer.
    Since:
    GeoAPI 2.0
    • Method Detail

      • getName

        @XmlElement(value="Name")
        java.lang.String getName()
        Provides a unique name for identifying this Style.
        Returns:
        this Style's name.
      • getLegendURLs

        @XmlElement(value="LegendURL")
        java.util.List<LegendURL> getLegendURLs()
        Provides the linkage to an image of a map legend appropriate to this Style.
        Returns:
        the linkage to this Style's map legend image.
      • getStyleSheetURL

        @XmlElement(value="StyleSheetURL")
        StyleSheetURL getStyleSheetURL()
        Provides the linkage to symbology information for this Style.
        Returns:
        the linkage to this Style's symbology information.
      • getStyleURL

        @XmlElement(value="StyleURL")
        StyleURL getStyleURL()
        Provides the linkage to more information about the data or symbology underlying this Style.
        Returns:
        the linkage to more info about this Style's data or symbology.
      • getFeatureStyles

        @Extension
        java.util.List<FeatureStyle> getFeatureStyles()
        Gets the 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.
        Returns:
        this Style's FeatureStyles.
      • getGraphicStyles

        @Extension
        java.util.List<GraphicStyle> getGraphicStyles()
        Gets the 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.
        Returns:
        this Style's GraphicStyles.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.