org.geotools.styling
Class StyledLayerImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.StyledLayerImpl
All Implemented Interfaces:
GTComponent, StyledLayer
Direct Known Subclasses:
NamedLayerImpl, UserLayerImpl

public class StyledLayerImpl
extends AbstractGTComponent
implements StyledLayer

DOCUMENT ME!

Author:
jamesm

Field Summary
protected  java.lang.String name
           
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
StyledLayerImpl()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
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.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Field Detail

name

protected java.lang.String name
Constructor Detail

StyledLayerImpl

public StyledLayerImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface StyledLayer

setName

public void setName(java.lang.String name)
Specified by:
setName in interface StyledLayer


Copyright © GeoTools. All Rights Reserved.