org.geotools.demo.example
Class SLDExample

java.lang.Object
  extended by org.geotools.demo.example.SLDExample

public class SLDExample
extends java.lang.Object

This example also works against a local geoserver.

Author:
Jody Garnett

Constructor Summary
SLDExample()
           
 
Method Summary
static void localSLD()
           
static void main(java.lang.String[] args)
           
static void show(FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source, Style style)
           
static void supressInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLDExample

public SLDExample()
Method Detail

main

public static void main(java.lang.String[] args)

supressInfo

public static void supressInfo()

localSLD

public static void localSLD()
                     throws java.lang.Exception
Throws:
java.lang.Exception

show

public static void show(FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source,
                        Style style)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.