public class SegmentIndex
extends java.lang.Object
| Constructor and Description | 
|---|
SegmentIndex(FeatureCollection fc)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
public SegmentIndex(FeatureCollection fc)
public void add(com.vividsolutions.jts.geom.Geometry geom)
public void add(com.vividsolutions.jts.geom.LineString line)
public void add(java.util.List coordArrays)
public void add(com.vividsolutions.jts.geom.Coordinate[] coord)
public java.util.List query(com.vividsolutions.jts.geom.Envelope env)