|
|||||||||
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.PreparedLineString
public class PreparedLineString
A prepared version for Lineal
geometries.
Constructor Summary | |
---|---|
PreparedLineString(Lineal line)
|
Method Summary | |
---|---|
FastSegmentSetIntersectionFinder |
getIntersectionFinder()
|
boolean |
intersects(Geometry g)
Default implementation. |
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 PreparedLineString(Lineal line)
Method Detail |
---|
public FastSegmentSetIntersectionFinder getIntersectionFinder()
public boolean intersects(Geometry g)
BasicPreparedGeometry
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 |