Inheritance diagram for osgTerrain::DataSet::Source:
typedef std::vector<ResolutionPair> osgTerrain::DataSet::Source::ResolutionList |
osgTerrain::DataSet::Source::Source | ( | ) | [inline] |
osgTerrain::DataSet::Source::Source | ( | Type | type, | |
const std::string & | filename | |||
) | [inline] |
void osgTerrain::DataSet::Source::addRequiredResolution | ( | double | resX, | |
double | resY | |||
) | [inline] |
void osgTerrain::DataSet::Source::assignCoordinateSystemAndGeoTransformAccordingToParameterPolicy | ( | ) |
void osgTerrain::DataSet::Source::buildOverviews | ( | ) |
void osgTerrain::DataSet::Source::consolodateRequiredResolutions | ( | ) |
Source* osgTerrain::DataSet::Source::doReproject | ( | const std::string & | filename, | |
osg::CoordinateSystemNode * | cs, | |||
double | targetResolution = 0.0 | |||
) | const |
osg::CoordinateSystemNode* osgTerrain::DataSet::Source::getCoordinateSystem | ( | ) | [inline] |
ParameterPolicy osgTerrain::DataSet::Source::getCoordinateSystemPolicy | ( | ) | const [inline] |
const std::string& osgTerrain::DataSet::Source::getFileName | ( | ) | const [inline] |
const void* osgTerrain::DataSet::Source::getGdalDataset | ( | ) | const |
void* osgTerrain::DataSet::Source::getGdalDataset | ( | ) |
osg::Matrixd& osgTerrain::DataSet::Source::getGeoTransform | ( | ) | [inline] |
ParameterPolicy osgTerrain::DataSet::Source::getGeoTransformPolicy | ( | ) | const [inline] |
unsigned int osgTerrain::DataSet::Source::getLayer | ( | ) | const [inline] |
unsigned int osgTerrain::DataSet::Source::getMaxLevel | ( | ) | const [inline] |
unsigned int osgTerrain::DataSet::Source::getMinLevel | ( | ) | const [inline] |
const ResolutionList& osgTerrain::DataSet::Source::getRequiredResolutions | ( | ) | const [inline] |
ResolutionList& osgTerrain::DataSet::Source::getRequiredResolutions | ( | ) | [inline] |
double osgTerrain::DataSet::Source::getSortValue | ( | ) | const [inline] |
SourceData* osgTerrain::DataSet::Source::getSourceData | ( | ) | [inline] |
bool osgTerrain::DataSet::Source::getTemporaryFile | ( | ) | const [inline] |
Type osgTerrain::DataSet::Source::getType | ( | ) | const [inline] |
bool osgTerrain::DataSet::Source::intersects | ( | const SpatialProperties & | sp | ) | const [inline] |
void osgTerrain::DataSet::Source::loadSourceData | ( | ) |
bool osgTerrain::DataSet::Source::needReproject | ( | const osg::CoordinateSystemNode * | cs, | |
double | minResolution, | |||
double | maxResolution | |||
) | const |
bool osgTerrain::DataSet::Source::needReproject | ( | const osg::CoordinateSystemNode * | cs | ) | const |
void osgTerrain::DataSet::Source::setCoordinateSystem | ( | osg::CoordinateSystemNode * | cs | ) | [inline] |
void osgTerrain::DataSet::Source::setCoordinateSystem | ( | const std::string & | wellKnownText | ) | [inline] |
void osgTerrain::DataSet::Source::setCoordinateSystemPolicy | ( | ParameterPolicy | policy | ) | [inline] |
void osgTerrain::DataSet::Source::setFileName | ( | const std::string & | filename | ) | [inline] |
void osgTerrain::DataSet::Source::setGdalDataset | ( | void * | gdalDataset | ) |
void osgTerrain::DataSet::Source::setGeoTransform | ( | osg::Matrixd & | transform | ) | [inline] |
void osgTerrain::DataSet::Source::setGeoTransformFromRange | ( | double | xMin, | |
double | xMax, | |||
double | yMin, | |||
double | yMax | |||
) | [inline] |
void osgTerrain::DataSet::Source::setGeoTransformPolicy | ( | ParameterPolicy | policy | ) | [inline] |
void osgTerrain::DataSet::Source::setLayer | ( | unsigned int | layer | ) | [inline] |
void osgTerrain::DataSet::Source::setMaxLevel | ( | unsigned int | maxLevel | ) | [inline] |
void osgTerrain::DataSet::Source::setMinLevel | ( | unsigned int | minLevel | ) | [inline] |
void osgTerrain::DataSet::Source::setMinMaxLevel | ( | unsigned int | minLevel, | |
unsigned int | maxLevel | |||
) | [inline] |
void osgTerrain::DataSet::Source::setRequiredResolutions | ( | ResolutionList & | resolutions | ) | [inline] |
void osgTerrain::DataSet::Source::setSortValue | ( | double | s | ) | [inline] |
void osgTerrain::DataSet::Source::setSortValueFromSourceDataResolution | ( | ) |
void osgTerrain::DataSet::Source::setSourceData | ( | SourceData * | data | ) | [inline] |
void osgTerrain::DataSet::Source::setTemporaryFile | ( | bool | temporaryFile | ) | [inline] |
void osgTerrain::DataSet::Source::setType | ( | Type | type | ) | [inline] |
std::string osgTerrain::DataSet::Source::_filename [protected] |
GDALDataset* osgTerrain::DataSet::Source::_gdalDataset [protected] |
unsigned int osgTerrain::DataSet::Source::_layer [protected] |
unsigned int osgTerrain::DataSet::Source::_maxLevel [protected] |
unsigned int osgTerrain::DataSet::Source::_minLevel [protected] |
double osgTerrain::DataSet::Source::_sortValue [protected] |
bool osgTerrain::DataSet::Source::_temporaryFile [protected] |
Type osgTerrain::DataSet::Source::_type [protected] |