Package com.vividsolutions.jts.geom.prep

Classes to perform optimized geometric operations on suitably prepared geometries.

See:
          Description

Interface Summary
PreparedGeometry An interface for classes which prepare Geometrys in order to optimize the performance of repeated calls to specific geometric operations.
 

Class Summary
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.
BasicPreparedGeometry A base class for PreparedGeometry subclasses.
PreparedGeometryFactory A factory for creating PreparedGeometrys.
PreparedLineString A prepared version for Lineal geometries.
PreparedLineStringIntersects Computes the intersects spatial relationship predicate for a target PreparedLineString relative to other Geometry classes.
PreparedPoint A prepared version for Puntal geometries.
PreparedPolygon A prepared version for Polygonal geometries.
PreparedPolygonContains Computes the contains spatial relationship predicate for a PreparedPolygon relative to all other Geometry classes.
PreparedPolygonContainsProperly Computes the containsProperly spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
PreparedPolygonCovers Computes the covers spatial relationship predicate for a PreparedPolygon relative to all other Geometry classes.
PreparedPolygonIntersects Computes the intersects spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
PreparedPolygonPredicate A base class for predicate operations on PreparedPolygons.
 

Package com.vividsolutions.jts.geom.prep Description

Classes to perform optimized geometric operations on suitably prepared geometries.