Package | Description |
---|---|
org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
Modifier and Type | Field and Description |
---|---|
protected PreparedLineString |
PreparedLineStringIntersects.prepLine |
Modifier and Type | Method and Description |
---|---|
static boolean |
PreparedLineStringIntersects.intersects(PreparedLineString prep,
Geometry geom)
Computes the intersects predicate between a
PreparedLineString
and a Geometry . |
Constructor and Description |
---|
PreparedLineStringIntersects(PreparedLineString prepLine)
Creates an instance of this operation.
|