Statistics
| Revision:

gvsig-raster / org.gvsig.raster / trunk / org.gvsig.raster / org.gvsig.raster.lib / org.gvsig.raster.lib.api / bin / src / main / java / org / gvsig / fmap / dal / coverage / grid / package.html @ 1891

History | View | Annotate | Download (694 Bytes)

1
<?xml version="1.0" encoding="UTF-8" ?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
<title>org.gvsig.fmap.dal.coverage.grid package documentation</title>
7
</head>
8
<body>
9

    
10
        <p>A grid is a class which represents a set of cells.</p>
11
        
12
        <p>
13
        Through this object the user can apply kernel operations to a set of cells contained 
14
        in a <it>Buffer</it>. Other basic operations to data access can be used but it is 
15
        advisable to use the <it>Buffer</it> class for those operations.
16
        </p>
17

    
18
</body>
19
</html>