Directories | |
serialization | |
Files | |
Band.h | |
It gives access to values in one band (dimension) of a raster. | |
BandIterator.h | |
It implements an iterator to "navigate" over a single band (const or not const). | |
BandIteratorWindow.h | |
It implements and iterator to "navigate" over a single band, optimized by a window structure (e.g. 3x3, 5x5, etc). Examples include filters, moving windows, morphology, etc. | |
BandProperty.h | |
It describes one band (or dimension) of a raster. | |
BandSummary.h | |
A struct that can be used to keep the summary of a raster band (most statistics). | |
BlockUtils.h | |
Utility functions for dealing with raster data blocks. | |
BoundaryExtract.h | |
It implements the raster boundary extractor. | |
Config.h | |
Configuration flags for the Raster module of TerraLib. | |
Enums.h | |
Enumerations for the Raster module. | |
Exception.h | |
An exception class for the Raster module. | |
Grid.h | |
A rectified grid is the spatial support for raster data. | |
Interpolator.h | |
It interpolates one pixel based on a selected algorithm. | |
PositionIterator.h | |
ProxyRaster.h | |
A proxy class for bands of several rasters over the same region. | |
Raster.h | |
An abstract class for raster data strucutures. | |
RasterFactory.h | |
This is the abstract factory for Rasters. | |
RasterIterator.h | |
It implements and iterator to "navigate" over a raster, with a predefined number of bands. | |
RasterProperty.h | |
Raster property. | |
RasterSummary.h | |
RasterSummary is just a typedef of a boost::ptr_vector. | |
RasterSummaryManager.h | |
A singleton for keeping raster summaries (most statistics). | |
RasterSynchronizer.h | |
An access synchronizer to be used in SynchronizedRaster raster instances. | |
Reprojection.h | |
It contains the algorithm to reproject raster data. | |
SynchronizedBand.h | |
Syncrhonized raster band. | |
SynchronizedBandBlocksManager.h | |
Synchronized raster raster band blocks manager. | |
SynchronizedRaster.h | |
An adapter class to allow concurrent access to raster data by multiple threads. | |
TileIndexer.h | |
Polygon tile indexing class for optmized geometrical relational tests. | |
Utils.h | |
Utility functions for the raster module. | |
Vectorizer.h | |
It implements the vectorizer, based on TerraLib 4 algorithm. | |
VectorizerPolygonStructure.h | |
A polygon container node class. | |