com.vividsolutions.jump.plugin.edit
Class UniqueSegmentsExtracter

java.lang.Object
  extended by com.vividsolutions.jump.plugin.edit.UniqueSegmentsExtracter

public class UniqueSegmentsExtracter
extends java.lang.Object

Extracts the unique segments from a FeatureCollection. This class has been replaced by SegmentExtracter, which is able to return segments occuring between minOccur and maxOccur times in the dataset [Michael Michaud 2007-05-15]

Version:
1.0
Author:
Martin Davis

Constructor Summary
UniqueSegmentsExtracter()
           
UniqueSegmentsExtracter(TaskMonitor monitor)
          Creates a new counter.
 
Method Summary
 void add(com.vividsolutions.jts.geom.Coordinate p0, com.vividsolutions.jts.geom.Coordinate p1)
           
 void add(Feature f)
           
 void add(FeatureCollection fc)
           
 java.util.Collection getSegments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueSegmentsExtracter

public UniqueSegmentsExtracter()

UniqueSegmentsExtracter

public UniqueSegmentsExtracter(TaskMonitor monitor)
Creates a new counter.

Parameters:
monitor -
Method Detail

add

public void add(FeatureCollection fc)

add

public void add(Feature f)

add

public void add(com.vividsolutions.jts.geom.Coordinate p0,
                com.vividsolutions.jts.geom.Coordinate p1)

getSegments

public java.util.Collection getSegments()