CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_ESRIShapefilePolygons2GridMask Class Reference

Converts a shapefile input to a raster Grid layer. More...

#include <csol_esri_polygons_to_grid.h>

Inherits Operation.

Public Member Functions

 CSol_ESRIShapefilePolygons2GridMask ()
 
virtual ~CSol_ESRIShapefilePolygons2GridMask ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

The grid is created between the min and max limits with resolution nX in the x-direction and nY in the y-direction. The grid points which fall inside the polygons of are given the value of the 'Inner value' input, otherwise they are given the 'Outer value'.

Constructor & Destructor Documentation

Member Function Documentation

bool execute ( )
protectedvirtual