|
||||||||||
| 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 PreparedGeometryintersects in class BasicPreparedGeometrypublic boolean contains(Geometry g)
BasicPreparedGeometry
contains in interface PreparedGeometrycontains in class BasicPreparedGeometrypublic boolean containsProperly(Geometry g)
BasicPreparedGeometry
containsProperly in interface PreparedGeometrycontainsProperly in class BasicPreparedGeometrypublic boolean covers(Geometry g)
BasicPreparedGeometry
covers in interface PreparedGeometrycovers in class BasicPreparedGeometry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||