|
||||||||||
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.PreparedPolygon
A prepared version for Polygonal
geometries.
Constructor Summary | |
PreparedPolygon(Polygonal poly)
|
Method Summary | |
boolean |
contains(Geometry g)
Default implementation. |
boolean |
containsProperly(Geometry g)
Default implementation. |
boolean |
covers(Geometry g)
Default implementation. |
FastSegmentSetIntersectionFinder |
getIntersectionFinder()
|
PointOnGeometryLocator |
getPointLocator()
|
boolean |
intersects(Geometry g)
Default implementation. |
Methods inherited from class com.vividsolutions.jts.geom.prep.BasicPreparedGeometry |
coveredBy, 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 PreparedPolygon(Polygonal poly)
Method Detail |
public FastSegmentSetIntersectionFinder getIntersectionFinder()
public PointOnGeometryLocator getPointLocator()
public boolean intersects(Geometry g)
BasicPreparedGeometry
intersects
in interface PreparedGeometry
intersects
in class BasicPreparedGeometry
public boolean contains(Geometry g)
BasicPreparedGeometry
contains
in interface PreparedGeometry
contains
in class BasicPreparedGeometry
public boolean containsProperly(Geometry g)
BasicPreparedGeometry
containsProperly
in interface PreparedGeometry
containsProperly
in class BasicPreparedGeometry
public boolean covers(Geometry g)
BasicPreparedGeometry
covers
in interface PreparedGeometry
covers
in class BasicPreparedGeometry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |