com.vividsolutions.jtsexample.technique
Class PolygonUnionUsingBuffer

java.lang.Object
  extended by com.vividsolutions.jtsexample.technique.PolygonUnionUsingBuffer

public class PolygonUnionUsingBuffer
extends java.lang.Object

Shows a technique for using a zero-width buffer to compute the union of a collection of polygonal geometrys. The advantages of this technique are:

Disadvantages are:

Version:
1.7

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

Constructor Detail

PolygonUnionUsingBuffer

public PolygonUnionUsingBuffer()
Method Detail

main

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

unionUsingBuffer

public static void unionUsingBuffer(Geometry[] geom)


Copyright © 2010. All Rights Reserved.