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 / datastruct / package.html @ 1891

History | View | Annotate | Download (849 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.datastruct package documentation</title>
7
</head>
8
<body>
9

    
10
        <p>Data structures which are used in this library.</p>
11
        
12
        <p>
13
        This package contains simple structures which are not dependent of others outside of this package. 
14
        Elements like NoData values, color items or a bounding box are represented. Some
15
        objects can be instantiated using the DataStructFactory which can be accessed by the manager of
16
        this library.<br>
17
        
18
        <it>DataStructFactory factory = RasterLocator.getManager.getDataStructFactory()</it>  
19
        </p>
20

    
21
</body>
22
</html>