org.geotools.data.ows
Class StyleImpl

java.lang.Object
  extended byorg.geotools.data.ows.StyleImpl
All Implemented Interfaces:
org.opengis.layer.Style

public class StyleImpl
extends java.lang.Object
implements org.opengis.layer.Style


Constructor Summary
StyleImpl()
           
StyleImpl(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Because the style's name is declared as unique identifier in the interface javadocs, we will use that as our equals comparison.
 org.opengis.util.InternationalString getAbstract()
           
 java.util.List getFeatureStyles()
           
 java.util.List getGraphicStyles()
           
 java.util.List getLegendURLs()
           
 java.lang.String getName()
           
 org.opengis.layer.StyleSheetURL getStyleSheetURL()
           
 org.opengis.layer.StyleURL getStyleURL()
           
 org.opengis.util.InternationalString getTitle()
           
 void setAbstract(org.opengis.util.InternationalString _abstract)
           
 void setFeatureStyles(java.util.List featureStyles)
           
 void setGraphicStyles(java.util.List graphicStyles)
           
 void setLegendURLs(java.util.List legendURLs)
           
 void setName(java.lang.String name)
           
 void setStyleSheetURL(org.opengis.layer.StyleSheetURL styleSheetURL)
           
 void setStyleURL(org.opengis.layer.StyleURL styleURL)
           
 void setTitle(org.opengis.util.InternationalString title)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleImpl

public StyleImpl()

StyleImpl

public StyleImpl(java.lang.String name)
Method Detail

getAbstract

public org.opengis.util.InternationalString getAbstract()
Specified by:
getAbstract in interface org.opengis.layer.Style

setAbstract

public void setAbstract(org.opengis.util.InternationalString _abstract)

getFeatureStyles

public java.util.List getFeatureStyles()
Specified by:
getFeatureStyles in interface org.opengis.layer.Style

setFeatureStyles

public void setFeatureStyles(java.util.List featureStyles)

getGraphicStyles

public java.util.List getGraphicStyles()
Specified by:
getGraphicStyles in interface org.opengis.layer.Style

setGraphicStyles

public void setGraphicStyles(java.util.List graphicStyles)

getLegendURLs

public java.util.List getLegendURLs()
Specified by:
getLegendURLs in interface org.opengis.layer.Style

setLegendURLs

public void setLegendURLs(java.util.List legendURLs)

getName

public java.lang.String getName()
Specified by:
getName in interface org.opengis.layer.Style

setName

public void setName(java.lang.String name)

getStyleSheetURL

public org.opengis.layer.StyleSheetURL getStyleSheetURL()
Specified by:
getStyleSheetURL in interface org.opengis.layer.Style

setStyleSheetURL

public void setStyleSheetURL(org.opengis.layer.StyleSheetURL styleSheetURL)

getStyleURL

public org.opengis.layer.StyleURL getStyleURL()
Specified by:
getStyleURL in interface org.opengis.layer.Style

setStyleURL

public void setStyleURL(org.opengis.layer.StyleURL styleURL)

getTitle

public org.opengis.util.InternationalString getTitle()
Specified by:
getTitle in interface org.opengis.layer.Style

setTitle

public void setTitle(org.opengis.util.InternationalString title)

equals

public boolean equals(java.lang.Object obj)
Because the style's name is declared as unique identifier in the interface javadocs, we will use that as our equals comparison. So if two Styles have the same name, they are considered equal.



Copyright © GeoTools. All Rights Reserved.