Go to the documentation of this file.
   26 #ifndef __TERRALIB_RASTER_INTERNAL_RASTER_H_H 
   27 #define __TERRALIB_RASTER_INTERNAL_RASTER_H_H 
   86 #endif  // __TERRALIB_RASTER_INTERNAL_RASTER_H_H 
  
 
RasterSummary is just a typedef of a boost::ptr_vector.
 
It implements an iterator to "navigate" over a single band (const or not const).
 
A proxy class for bands of several rasters over the same region.
 
Utility functions for the raster module.
 
This is the abstract factory for Rasters.
 
A rectified grid is the spatial support for raster data.
 
An exception class for the Raster module.
 
Configuration flags for the Raster module of TerraLib.
 
A polygon container node class.
 
It interpolates one pixel based on a selected algorithm.
 
Synchronized raster raster band blocks manager.
 
It gives access to values in one band (dimension) of a raster.
 
An abstract class for raster data strucutures.
 
A singleton for keeping raster summaries (most statistics).
 
It implements and iterator to "navigate" over a raster, with a predefined number of bands.
 
It describes one band (or dimension) of a raster.
 
An access synchronizer to be used in SynchronizedRaster raster instances.
 
Syncrhonized raster band.
 
It implements the vectorizer, based on TerraLib 4 algorithm.
 
It contains the algorithm to reproject raster data.
 
An adapter class to allow concurrent access to raster data by multiple threads.
 
Utility functions for dealing with raster data blocks.
 
A struct that can be used to keep the summary of a raster band (most statistics).
 
Polygon tile indexing class for optmized geometrical relational tests.
 
It implements and iterator to "navigate" over a single band, optimized by a window structure (e....