wachub / jaitools

Automatically exported from code.google.com/p/jaitools
0 stars 0 forks source link

Add vector to raster operation #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This operation will generate an image of specified size from input of JTS 
Geometry or Java AWT Shape objects. 

When working with Geometry objects the user data field of each Geometry will 
hold the value to be assigned to destination image pixels. Need to think about 
the best way to specify values when working with Shapes.

For both Geometry and Shape inputs, the operation should accept an optional 
transform parameter to convert from vector to raster coordinates with the 
default being the identity transform.

This issue relates to the following GeoTools issue:
http://jira.codehaus.org/browse/GEOT-3102

Original issue reported on code.google.com by michael.bedward@gmail.com on 4 Jul 2011 at 9:24

GoogleCodeExporter commented 9 years ago
Moved issue to GitHub issue tracker
https://github.com/mbedward/jaitools/issues

Original comment by michael.bedward@gmail.com on 21 Jan 2013 at 3:06