Uses of Interface
com.vividsolutions.jts.geom.util.GeometryMapper.MapOp

Packages that use GeometryMapper.MapOp
com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects. 
 

Uses of GeometryMapper.MapOp in com.vividsolutions.jts.geom.util
 

Methods in com.vividsolutions.jts.geom.util with parameters of type GeometryMapper.MapOp
static Collection GeometryMapper.map(Collection geoms, GeometryMapper.MapOp op)
           
static GeometryCollection GeometryCollectionMapper.map(GeometryCollection gc, GeometryMapper.MapOp op)
           
static Geometry GeometryMapper.map(Geometry geom, GeometryMapper.MapOp op)
          Maps the members of a Geometry (which may be atomic or composite) into another Geometry of most specific type.
 

Constructors in com.vividsolutions.jts.geom.util with parameters of type GeometryMapper.MapOp
GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
           
 



Copyright © 2012. All Rights Reserved.