Package org.gvsig.fmap.dal.coverage.datastruct

Data structures which are used in this library.

See: Description

Package org.gvsig.fmap.dal.coverage.datastruct Description

Data structures which are used in this library.

This package contains simple structures which are not dependent of others outside of this package. Elements like NoData values, color items or a bounding box are represented. Some objects can be instantiated using the DataStructFactory which can be accessed by the manager of this library.
DataStructFactory factory = RasterLocator.getManager.getDataStructFactory()