
GISRasterActor |
org.ecoinformatics.seek.gis.grass.GISRasterActor |
This actor crease a spatial raster grid usng the ConvexHull polygon. Add raster
points within the ConvexHull are set to a value of 1. Points outside have a value
of 0. The raster is thus a 'mask'.
'hullFileName' is a text file with the (x,y) values of the convex hull
(one pair per line, space delimited)
'numHullPoint' is the number of Hull points
'rasterFileName' is the name to be given to the raster output
'numRasterRows' is the number of rows for the raster
'numRasterCols' is the number of columns for the raster
'xmin' is the minumum x value (if -1 set to the minimum x in the convexHull)
'xmax' is the minumum x value (if -1 set to the minimum x in the convexHull)
'ymin' is the minumum y value (if -1 set to the minimum y in the convexHull)
'xmax' is the minumum y value (if -1 set to the minimum y in the convexHull)
Author(s):
Version: