org.geotools.demo.style
Class StyleSnippets

java.lang.Object
  extended by org.geotools.demo.style.StyleSnippets

public class StyleSnippets
extends java.lang.Object

The following style snippets are used to keep the wiki honest.

To view the context for these examples: http://docs.codehaus.org/display/GEOTDOC/04+Styling


Constructor Summary
StyleSnippets()
           
 
Method Summary
 void externalGraphicStyle()
          This snippet illustrates creating a feature type style that uses an external graphic
 void fillFromFeatureAttribute()
          This snippet illustrates creating a feature type style with different color fills based on the feature's data.
 void styleLayerDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSnippets

public StyleSnippets()
Method Detail

styleLayerDescriptor

public void styleLayerDescriptor()

externalGraphicStyle

public void externalGraphicStyle()
This snippet illustrates creating a feature type style that uses an external graphic


fillFromFeatureAttribute

public void fillFromFeatureAttribute()
This snippet illustrates creating a feature type style with different color fills based on the feature's data.



Copyright © 1996-2010 Geotools. All Rights Reserved.