org.geotools.styling
Class NamedLayerImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.StyledLayerImpl
          extended byorg.geotools.styling.NamedLayerImpl
All Implemented Interfaces:
GTComponent, NamedLayer, StyledLayer

public class NamedLayerImpl
extends StyledLayerImpl
implements NamedLayer

DOCUMENT ME!

Author:
jamesm

Field Summary
 
Fields inherited from class org.geotools.styling.StyledLayerImpl
name
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
NamedLayerImpl()
           
 
Method Summary
 void accept(StyleVisitor visitor)
          Used to navigate a Style/SLD.
 void addStyle(Style sl)
          DOCUMENT ME!
 FeatureTypeConstraint[] getLayerFeatureConstraints()
           
 Style[] getStyles()
           
 void setLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
           
 
Methods inherited from class org.geotools.styling.StyledLayerImpl
getName, setName
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.styling.StyledLayer
getName, setName
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Constructor Detail

NamedLayerImpl

public NamedLayerImpl()
Method Detail

getLayerFeatureConstraints

public FeatureTypeConstraint[] getLayerFeatureConstraints()
Specified by:
getLayerFeatureConstraints in interface NamedLayer

setLayerFeatureConstraints

public void setLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
Specified by:
setLayerFeatureConstraints in interface NamedLayer

getStyles

public Style[] getStyles()
Specified by:
getStyles in interface NamedLayer

addStyle

public void addStyle(Style sl)
DOCUMENT ME!

Specified by:
addStyle in interface NamedLayer
Parameters:
sl - may be a StyleImpl or a NamedStyle

accept

public void accept(StyleVisitor visitor)
Description copied from interface: NamedLayer
Used to navigate a Style/SLD.

Specified by:
accept in interface NamedLayer
Parameters:
visitor -


Copyright © GeoTools. All Rights Reserved.