Uses of Interface
com.vividsolutions.jts.geom.Puntal

Packages that use Puntal
com.vividsolutions.jts.geom Contains the Geometry interface hierarchy and supporting classes. 
com.vividsolutions.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. 
com.vividsolutions.jts.operation.union Classes to perform efficent unioning of collections of geometries. 
 

Uses of Puntal in com.vividsolutions.jts.geom
 

Classes in com.vividsolutions.jts.geom that implement Puntal
 class MultiPoint
          Models a collection of Points.
 class Point
          Represents a single point.
 

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

Constructors in com.vividsolutions.jts.geom.prep with parameters of type Puntal
PreparedPoint(Puntal point)
           
 

Uses of Puntal in com.vividsolutions.jts.operation.union
 

Methods in com.vividsolutions.jts.operation.union with parameters of type Puntal
static Geometry PointGeometryUnion.union(Puntal pointGeom, Geometry otherGeom)
           
 

Constructors in com.vividsolutions.jts.operation.union with parameters of type Puntal
PointGeometryUnion(Puntal pointGeom, Geometry otherGeom)
           
 



Copyright © 2012. All Rights Reserved.