org.geotools.geometry.iso.operation.overlay
Class PointBuilder

java.lang.Object
  extended by org.geotools.geometry.iso.operation.overlay.PointBuilder

public class PointBuilder
extends java.lang.Object

Constructs Points from the nodes of an overlay graph.

Version:
1.7.2

Constructor Summary
PointBuilder(OverlayOp op, org.opengis.referencing.crs.CoordinateReferenceSystem crs, PointLocator ptLocator)
           
 
Method Summary
 java.util.List build(int opCode)
          Computes the Point geometries which will appear in the result, given the specified overlay operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointBuilder

public PointBuilder(OverlayOp op,
                    org.opengis.referencing.crs.CoordinateReferenceSystem crs,
                    PointLocator ptLocator)
Method Detail

build

public java.util.List build(int opCode)
Computes the Point geometries which will appear in the result, given the specified overlay operation.

Returns:
a list of the Points objects in the result


Copyright © 1996-2010 Geotools. All Rights Reserved.