com.vividsolutions.jump.qa.diff
Class SegmentIndex
java.lang.Object
com.vividsolutions.jump.qa.diff.SegmentIndex
public class SegmentIndex
- extends java.lang.Object
|
Method Summary |
void |
add(com.vividsolutions.jts.geom.Coordinate[] coord)
|
void |
add(com.vividsolutions.jts.geom.Geometry geom)
|
void |
add(com.vividsolutions.jts.geom.LineString line)
|
void |
add(java.util.List coordArrays)
|
java.util.List |
query(com.vividsolutions.jts.geom.Envelope env)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentIndex
public SegmentIndex(FeatureCollection fc)
add
public void add(com.vividsolutions.jts.geom.Geometry geom)
add
public void add(com.vividsolutions.jts.geom.LineString line)
add
public void add(java.util.List coordArrays)
add
public void add(com.vividsolutions.jts.geom.Coordinate[] coord)
query
public java.util.List query(com.vividsolutions.jts.geom.Envelope env)