org.geotools.data.ows
Class StyleImpl
java.lang.Object
   org.geotools.data.ows.StyleImpl
org.geotools.data.ows.StyleImpl
- All Implemented Interfaces: 
- org.opengis.layer.Style
- public class StyleImpl- extends java.lang.Object- implements org.opengis.layer.Style
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StyleImpl
public StyleImpl()
StyleImpl
public StyleImpl(java.lang.String name)
getAbstract
public org.opengis.util.InternationalString getAbstract()
- 
- Specified by:
- getAbstractin interface- org.opengis.layer.Style
 
- 
 
setAbstract
public void setAbstract(org.opengis.util.InternationalString _abstract)
- 
 
- 
 
getFeatureStyles
public java.util.List getFeatureStyles()
- 
- Specified by:
- getFeatureStylesin interface- org.opengis.layer.Style
 
- 
 
setFeatureStyles
public void setFeatureStyles(java.util.List featureStyles)
- 
 
- 
 
getGraphicStyles
public java.util.List getGraphicStyles()
- 
- Specified by:
- getGraphicStylesin interface- org.opengis.layer.Style
 
- 
 
setGraphicStyles
public void setGraphicStyles(java.util.List graphicStyles)
- 
 
- 
 
getLegendURLs
public java.util.List getLegendURLs()
- 
- Specified by:
- getLegendURLsin interface- org.opengis.layer.Style
 
- 
 
setLegendURLs
public void setLegendURLs(java.util.List legendURLs)
- 
 
- 
 
getName
public java.lang.String getName()
- 
- Specified by:
- getNamein interface- org.opengis.layer.Style
 
- 
 
setName
public void setName(java.lang.String name)
- 
 
- 
 
getStyleSheetURL
public org.opengis.layer.StyleSheetURL getStyleSheetURL()
- 
- Specified by:
- getStyleSheetURLin interface- org.opengis.layer.Style
 
- 
 
setStyleSheetURL
public void setStyleSheetURL(org.opengis.layer.StyleSheetURL styleSheetURL)
- 
 
- 
 
getStyleURL
public org.opengis.layer.StyleURL getStyleURL()
- 
- Specified by:
- getStyleURLin interface- org.opengis.layer.Style
 
- 
 
setStyleURL
public void setStyleURL(org.opengis.layer.StyleURL styleURL)
- 
 
- 
 
getTitle
public org.opengis.util.InternationalString getTitle()
- 
- Specified by:
- getTitlein 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.