com.ontimize.util.gis.client.gui.render.styling
Class DefaultGisFeatureTypeStyle

java.lang.Object
  extended by com.ontimize.util.gis.client.gui.render.styling.DefaultGisFeatureTypeStyle
All Implemented Interfaces:
IGisFeatureTypeStyle, java.io.Serializable, org.geotools.styling.FeatureTypeStyle

public class DefaultGisFeatureTypeStyle
extends java.lang.Object
implements IGisFeatureTypeStyle, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String abstractStr
           
protected  java.lang.String featureTypeName
           
protected  java.lang.String name
           
protected  java.util.List<org.geotools.styling.Rule> rules
           
protected  java.lang.String title
           
 
Constructor Summary
DefaultGisFeatureTypeStyle()
           
 
Method Summary
 void accept(org.geotools.styling.StyleVisitor visitor)
           
 void addRule(org.geotools.styling.Rule rule)
           
 java.lang.String getAbstract()
           
 org.opengis.style.Description getDescription()
           
 java.lang.String getFeatureTypeName()
           
 java.lang.String getName()
           
 org.geotools.styling.Rule[] getRules()
           
 java.lang.String[] getSemanticTypeIdentifiers()
           
 java.lang.String getTitle()
           
 java.util.List<org.geotools.styling.Rule> rules()
           
 void setAbstract(java.lang.String abstractStr)
           
 void setFeatureTypeName(java.lang.String featureTypeName)
           
 void setName(java.lang.String name)
           
 void setRules(org.geotools.styling.Rule[] rules)
           
 void setSemanticTypeIdentifiers(java.lang.String[] types)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abstractStr

protected java.lang.String abstractStr

title

protected java.lang.String title

name

protected java.lang.String name

featureTypeName

protected java.lang.String featureTypeName

rules

protected java.util.List<org.geotools.styling.Rule> rules
Constructor Detail

DefaultGisFeatureTypeStyle

public DefaultGisFeatureTypeStyle()
Method Detail

accept

public void accept(org.geotools.styling.StyleVisitor visitor)
Specified by:
accept in interface org.geotools.styling.FeatureTypeStyle

getDescription

public org.opengis.style.Description getDescription()
Specified by:
getDescription in interface org.geotools.styling.FeatureTypeStyle

getSemanticTypeIdentifiers

public java.lang.String[] getSemanticTypeIdentifiers()
Specified by:
getSemanticTypeIdentifiers in interface org.geotools.styling.FeatureTypeStyle

setSemanticTypeIdentifiers

public void setSemanticTypeIdentifiers(java.lang.String[] types)
Specified by:
setSemanticTypeIdentifiers in interface org.geotools.styling.FeatureTypeStyle

addRule

public void addRule(org.geotools.styling.Rule rule)
Specified by:
addRule in interface org.geotools.styling.FeatureTypeStyle

getRules

public org.geotools.styling.Rule[] getRules()
Specified by:
getRules in interface org.geotools.styling.FeatureTypeStyle

rules

public java.util.List<org.geotools.styling.Rule> rules()
Specified by:
rules in interface org.geotools.styling.FeatureTypeStyle

setRules

public void setRules(org.geotools.styling.Rule[] rules)
Specified by:
setRules in interface org.geotools.styling.FeatureTypeStyle

setAbstract

public void setAbstract(java.lang.String abstractStr)
Specified by:
setAbstract in interface org.geotools.styling.FeatureTypeStyle

setFeatureTypeName

public void setFeatureTypeName(java.lang.String featureTypeName)
Specified by:
setFeatureTypeName in interface org.geotools.styling.FeatureTypeStyle

setName

public void setName(java.lang.String name)
Specified by:
setName in interface org.geotools.styling.FeatureTypeStyle

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface org.geotools.styling.FeatureTypeStyle

getAbstract

public java.lang.String getAbstract()
Specified by:
getAbstract in interface org.geotools.styling.FeatureTypeStyle

getFeatureTypeName

public java.lang.String getFeatureTypeName()
Specified by:
getFeatureTypeName in interface org.geotools.styling.FeatureTypeStyle

getName

public java.lang.String getName()
Specified by:
getName in interface org.geotools.styling.FeatureTypeStyle

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface org.geotools.styling.FeatureTypeStyle