Inheritance diagram for osgTerrain::DataSet::SourceData:
Public Types | |
typedef std::map< const osg::CoordinateSystemNode *, SpatialProperties > | SpatialPropertiesMap |
Public Member Functions | |
SourceData (Source *source=0) | |
virtual | ~SourceData () |
GeospatialExtents | getExtents (const osg::CoordinateSystemNode *cs) const |
const SpatialProperties & | computeSpatialProperties (const osg::CoordinateSystemNode *cs) const |
bool | intersects (const SpatialProperties &sp) const |
void | read (DestinationData &destination) |
virtual void | readImage (DestinationData &destination) |
virtual void | readHeightField (DestinationData &destination) |
virtual void | readModels (DestinationData &destination) |
float | getInterpolatedValue (GDALRasterBand *band, double x, double y) |
Static Public Member Functions | |
static SourceData * | readData (Source *source) |
Public Attributes | |
Source * | _source |
bool | _hasGCPs |
osg::ref_ptr< osg::Node > | _model |
GDALDataset * | _gdalDataset |
SpatialPropertiesMap | _spatialPropertiesMap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|