|
||||||||||
| 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
public class 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 BasicPreparedGeometryg - the Geometry to test
Geometry.intersects(Geometry)public boolean contains(Geometry g)
BasicPreparedGeometry
contains in interface PreparedGeometrycontains in class BasicPreparedGeometryg - the Geometry to test
Geometry.contains(Geometry)public boolean containsProperly(Geometry g)
BasicPreparedGeometry
containsProperly in interface PreparedGeometrycontainsProperly in class BasicPreparedGeometryg - the Geometry to test
Geometry.contains(com.vividsolutions.jts.geom.Geometry)public boolean covers(Geometry g)
BasicPreparedGeometry
covers in interface PreparedGeometrycovers in class BasicPreparedGeometryg - the Geometry to test
Geometry.covers(Geometry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||