|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.prep.BasicPreparedGeometry
com.vividsolutions.jts.geom.prep.PreparedPoint
public class PreparedPoint
A prepared version for Puntal
geometries.
Constructor Summary | |
---|---|
PreparedPoint(Puntal point)
|
Method Summary | |
---|---|
boolean |
intersects(Geometry g)
Tests whether this point intersects a Geometry . |
Methods inherited from class com.vividsolutions.jts.geom.prep.BasicPreparedGeometry |
---|
contains, containsProperly, coveredBy, covers, crosses, disjoint, envelopeCovers, envelopesIntersect, getGeometry, getRepresentativePoints, isAnyTargetComponentInTest, overlaps, toString, touches, within |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PreparedPoint(Puntal point)
Method Detail |
---|
public boolean intersects(Geometry g)
Geometry
.
The optimization here is that computing topology for the test geometry is avoided. This can be significant for large geometries.
intersects
in interface PreparedGeometry
intersects
in class BasicPreparedGeometry
g
- the Geometry to test
Geometry.intersects(Geometry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |