Package com.vividsolutions.jump.qa.diff
Class SegmentIndex
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.SegmentIndex
-
public class SegmentIndex extends Object
-
-
Constructor Summary
Constructors Constructor Description SegmentIndex(FeatureCollection fc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(List<org.locationtech.jts.geom.Coordinate[]> coordArrays)
void
add(org.locationtech.jts.geom.Coordinate[] coord)
void
add(org.locationtech.jts.geom.Geometry geom)
void
add(org.locationtech.jts.geom.LineString line)
List
query(org.locationtech.jts.geom.Envelope env)
-
-
-
Constructor Detail
-
SegmentIndex
public SegmentIndex(FeatureCollection fc)
-
-
Method Detail
-
add
public void add(org.locationtech.jts.geom.Geometry geom)
-
add
public void add(org.locationtech.jts.geom.LineString line)
-
add
public void add(List<org.locationtech.jts.geom.Coordinate[]> coordArrays)
-
add
public void add(org.locationtech.jts.geom.Coordinate[] coord)
-
query
public List query(org.locationtech.jts.geom.Envelope env)
-
-