org.geotools.styling
Class StyledLayerImpl

Object
  extended by StyledLayerImpl
All Implemented Interfaces:
StyledLayer
Direct Known Subclasses:
NamedLayerImpl, UserLayerImpl

public class StyledLayerImpl
extends Object
implements StyledLayer

Default implementation of StyledLayer.

Author:
jamesm
Module:
modules/library/main (gt-main.jar)

Field Summary
protected  String name
           
 
Constructor Summary
StyledLayerImpl()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

StyledLayerImpl

public StyledLayerImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface StyledLayer

setName

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


Copyright © 1996-2010 Geotools. All Rights Reserved.