org.geotools.demo
Class Quickstart

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

public class Quickstart
extends java.lang.Object

GeoTools Quickstart demo application. Prompts the user for a shapefile and displays its contents on the screen in a map frame


Constructor Summary
Quickstart()
           
 
Method Summary
static void main(java.lang.String[] args)
          GeoTools Quickstart demo application.
 void usingFeatureCaching()
          This method demonstrates using a memory-based cache to speed up the display (e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quickstart

public Quickstart()
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

usingFeatureCaching

public void usingFeatureCaching()
                         throws java.lang.Exception
This method demonstrates using a memory-based cache to speed up the display (e.g. when zooming in and out). There is just one line extra compared to the main method, where we create an instance of CachingFeatureStore.

Throws:
java.lang.Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.