Uses of Interface
com.vividsolutions.jts.geom.prep.PreparedGeometry

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

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

Classes in com.vividsolutions.jts.geom.prep that implement PreparedGeometry
 class PreparedLineString
          A prepared version for Lineal geometries.
 class PreparedPoint
          A prepared version for Puntal geometries.
 class PreparedPolygon
          A prepared version for Polygonal geometries.
 

Methods in com.vividsolutions.jts.geom.prep that return PreparedGeometry
 PreparedGeometry PreparedGeometryFactory.create(Geometry geom)
          Creates a new PreparedGeometry appropriate for the argument Geometry.
static PreparedGeometry PreparedGeometryFactory.prepare(Geometry geom)
          Creates a new PreparedGeometry appropriate for the argument Geometry.
 



Copyright © 2012. All Rights Reserved.