org.geotools.demo.process
Class RasterToVector

java.lang.Object
  extended by org.geotools.demo.process.RasterToVector

public class RasterToVector
extends java.lang.Object

This examples creates a GridCoverage2D object from an image with a chessboard pattern (alternating squares with value 0 or 1) and then converts the coverage to polygon features which it displays with a JMapFrame.

Author:
Michael Bedward

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

Constructor Detail

RasterToVector

public RasterToVector()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.