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

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

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

Fields in com.vividsolutions.jts.geom.prep declared as PreparedPolygon
protected  PreparedPolygon PreparedPolygonPredicate.prepPoly
           
 

Methods in com.vividsolutions.jts.geom.prep with parameters of type PreparedPolygon
static boolean PreparedPolygonContains.contains(PreparedPolygon prep, Geometry geom)
          Computes the contains predicate between a PreparedPolygon and a Geometry.
static boolean PreparedPolygonContainsProperly.containsProperly(PreparedPolygon prep, Geometry geom)
          Computes the containsProperly predicate between a PreparedPolygon and a Geometry.
static boolean PreparedPolygonCovers.covers(PreparedPolygon prep, Geometry geom)
          Computes the covers predicate between a PreparedPolygon and a Geometry.
static boolean PreparedPolygonIntersects.intersects(PreparedPolygon prep, Geometry geom)
          Computes the intersects predicate between a PreparedPolygon and a Geometry.
 

Constructors in com.vividsolutions.jts.geom.prep with parameters of type PreparedPolygon
AbstractPreparedPolygonContains(PreparedPolygon prepPoly)
          Creates an instance of this operation.
PreparedPolygonContains(PreparedPolygon prepPoly)
          Creates an instance of this operation.
PreparedPolygonContainsProperly(PreparedPolygon prepPoly)
          Creates an instance of this operation.
PreparedPolygonCovers(PreparedPolygon prepPoly)
          Creates an instance of this operation.
PreparedPolygonIntersects(PreparedPolygon prepPoly)
          Creates an instance of this operation.
PreparedPolygonPredicate(PreparedPolygon prepPoly)
          Creates an instance of this operation.
 



Copyright © 2010. All Rights Reserved.