org.geotools.styling
Class NamedLayer

java.lang.Object
  extended byorg.geotools.styling.StyledLayer
      extended byorg.geotools.styling.NamedLayer

public class NamedLayer
extends StyledLayer

Author:
jamesm

Field Summary
 
Fields inherited from class org.geotools.styling.StyledLayer
name
 
Constructor Summary
NamedLayer()
           
 
Method Summary
 void addStyle(Style sl)
           
 FeatureTypeConstraint[] getLayerFeatureConstrains()
           
 Style[] getStyles()
           
 
Methods inherited from class org.geotools.styling.StyledLayer
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedLayer

public NamedLayer()
Method Detail

getLayerFeatureConstrains

public FeatureTypeConstraint[] getLayerFeatureConstrains()

getStyles

public Style[] getStyles()

addStyle

public void addStyle(Style sl)
Parameters:
sl - may be a StyleImpl or a NamedStyle


Copyright © GeoTools. All Rights Reserved.