com.vividsolutions.jtsexample.technique
Class PolygonUnionUsingBuffer

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

Deprecated. It is now recommended to use Geometry.union() (unary union) instead of this technique.

public class PolygonUnionUsingBuffer
extends 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()
          Deprecated.  
 
Method Summary
static void main(String[] args)
          Deprecated.  
static void unionUsingBuffer(Geometry[] geom)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonUnionUsingBuffer

public PolygonUnionUsingBuffer()
Deprecated. 
Method Detail

main

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

unionUsingBuffer

public static void unionUsingBuffer(Geometry[] geom)
Deprecated. 


Copyright © 2012. All Rights Reserved.