|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.geom.EnvelopeIntersector
public class EnvelopeIntersector
| Constructor Summary | |
|---|---|
EnvelopeIntersector()
|
|
| Method Summary | |
|---|---|
static boolean |
intersects(com.vividsolutions.jts.geom.Geometry geometry,
com.vividsolutions.jts.geom.Envelope envelope)
Returns whether the Geometry and the Envelope intersect, even if the Geometry is invalid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnvelopeIntersector()
| Method Detail |
|---|
public static boolean intersects(com.vividsolutions.jts.geom.Geometry geometry,
com.vividsolutions.jts.geom.Envelope envelope)
This code will only work correctly on valid geometries.
(For instance, it may return false if the Envelope is
wholly contained in an invalid polygon.
envelope - the Envelope to testgeometry - the Geometry to test, whether valid or not
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||