Uses of Class
com.vividsolutions.jts.geom.prep.PreparedPolygonPredicate

Packages that use PreparedPolygonPredicate
com.vividsolutions.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. 
 

Uses of PreparedPolygonPredicate in com.vividsolutions.jts.geom.prep
 

Subclasses of PreparedPolygonPredicate in com.vividsolutions.jts.geom.prep
 class AbstractPreparedPolygonContains
          A base class containing the logic for computes the contains and covers spatial relationship predicates for a PreparedPolygon relative to all other Geometry classes.
 class PreparedPolygonContains
          Computes the contains spatial relationship predicate for a PreparedPolygon relative to all other Geometry classes.
 class PreparedPolygonContainsProperly
          Computes the containsProperly spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
 class PreparedPolygonCovers
          Computes the covers spatial relationship predicate for a PreparedPolygon relative to all other Geometry classes.
 class PreparedPolygonIntersects
          Computes the intersects spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
 



Copyright © 2010. All Rights Reserved.