org.geotools.demo
Class QuickstartWFS

java.lang.Object
  extended by org.geotools.demo.QuickstartWFS

public class QuickstartWFS
extends java.lang.Object

The following code examples supplement those provided in the Quickstart class.

They are intended to answer the question on how to connect to a web feature server.


Constructor Summary
QuickstartWFS()
           
 
Method Summary
static void main(java.lang.String[] args)
          GeoTools Quickstart demo application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickstartWFS

public QuickstartWFS()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
GeoTools Quickstart demo application. Prompts the user for a shapefile and displays its contents on the screen in a map frame

Throws:
java.lang.Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.