![]() |
VR-Forces 5.0.3 Developer's Guide
|
Utility class for the osgEarth library.
Static Public Member Functions | |
| static int | findSequenceOfImageLayer (osgEarth::Map *map, osgEarth::ImageLayer *layer) |
| static int | findSequenceOfElevationLayer (osgEarth::Map *map, osgEarth::ElevationLayer *layer) |
| static int | findSequenceOfModelLayer (osgEarth::Map *map, osgEarth::ModelLayer *layer) |
| static int | findSequenceOfMaskLayer (osgEarth::Map *map, osgEarth::TerrainConstraintLayer *layer) |
| static int | findSequenceOfBuildingLayer (osgEarth::Map *map, osgEarth::Buildings::BuildingLayer *layer) |
| static int | findSequenceOfLandCoverLayer (osgEarth::Map *map, osgEarth::LandCoverLayer *layer) |
| static int | findSequenceOfGroudCoverLayer (osgEarth::Map *map, osgEarth::Splat::GroundCoverLayer *layer) |
| static int | findSequenceOfRoadSurfaceLayer (osgEarth::Map *map, osgEarth::Splat::RoadSurfaceLayer *layer) |
| static int | findSequenceOfSplatLayer (osgEarth::Map *map, osgEarth::Splat::SplatLayer *layer) |
| static osgEarth::ImageLayer * | findImageLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::ElevationLayer * | findElevationLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::ModelLayer * | findModelLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::Buildings::BuildingLayer * | findBuildingLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::LandCoverLayer * | findLandCoverLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::Splat::GroundCoverLayer * | findGroudCoverLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::Splat::RoadSurfaceLayer * | findRoadSurfaceLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::Splat::SplatLayer * | findSplatLayerBySequence (osgEarth::Map *map, int sequence) |
| static osgEarth::VisibleLayer * | findVisibleLayer (osgEarth::Map *map, int uid) |
| static osgEarth::ImageLayer * | findImageLayer (osgEarth::Map *map, int uid) |
| static osgEarth::ElevationLayer * | findElevationLayer (osgEarth::Map *map, int uid) |
| static osgEarth::ModelLayer * | findModelLayer (osgEarth::Map *map, int uid) |
| static osgEarth::TerrainConstraintLayer * | findMaskLayer (osgEarth::Map *map, int uid) |
| static osgEarth::Buildings::BuildingLayer * | findBuildingLayer (osgEarth::Map *map, int uid) |
| static osgEarth::LandCoverLayer * | findLandCoverLayer (osgEarth::Map *map, int uid) |
| static osgEarth::Splat::GroundCoverLayer * | findGroundCoverLayer (osgEarth::Map *map, int uid) |
| static osgEarth::Splat::RoadSurfaceLayer * | findRoadSurfaceLayer (osgEarth::Map *map, int uid) |
| static osgEarth::Splat::SplatLayer * | findSplatLayer (osgEarth::Map *map, int uid) |
| static int | getUidOfLayer (osgEarth::Map *map, const std::string &layerName) |
Private Member Functions | |
| DtOsgEarthUtil () | |
| DtOsgEarthUtil (const DtOsgEarthUtil &) | |
| DtOsgEarthUtil & | operator= (const DtOsgEarthUtil &) |
|
private |
Private default constructor not implimented.
|
private |
Copy Constructor not implemented – Copy not allowed.
|
static |
Finds the index of the image layer under all image layers.
| map | The osgEarth map. |
| layer | The image layer. |
|
static |
Finds the index of the elevation layer under all elevation layers.
| map | The osgEarth map. |
| layer | The elevation layer. |
|
static |
Finds the index of the model layer under all model layers.
| map | The osgEarth map. |
| layer | The model layer. |
|
static |
Finds the index of the mask layer under all mask layers.
| map | The osgEarth map. |
| layer | The mask layer. |
|
static |
Finds the index of the building layer under all building layers.
| map | The osgEarth map. |
| layer | The building layer. |
|
static |
Finds the index of the land cover layer under all land cover layers.
| map | The osgEarth map. |
| layer | The land cover layer. |
|
static |
Finds the index of the ground cover layer under all ground cover layers.
| map | The osgEarth map. |
| layer | The ground cover layer. |
|
static |
Finds the index of the road surface layer under all road surface layers.
| map | The osgEarth map. |
| layer | The road surface layer. |
|
static |
Finds the index of the splat layer under all splat layers.
| map | The osgEarth map. |
| layer | The splat layer. |
|
static |
Finds the image layer by the sequence in all image layers.
| map | The osgEarth map. |
| sequence | The sequence of the image layer under all image layers. |
|
static |
Finds the elevation layer by the sequence in all elevation layers.
| map | The osgEarth map. |
| sequence | The sequence of the elevation layer under all elevation layers. |
|
static |
Finds the model layer by the sequence in all model layers.
| map | The osgEarth map. |
| sequence | The sequence of the model layer under all model layers. |
|
static |
Finds the building layer by the sequence in all model layers.
| map | The osgEarth map. |
| sequence | The sequence of the building layer under all building layers. |
|
static |
Finds the land cover layer by the sequence in all land cover layers.
| map | The osgEarth map. |
| sequence | The sequence of the land cover layer under all land cover layers. |
|
static |
Finds the ground cover layer by the sequence in all ground cover layers.
| map | The osgEarth map. |
| sequence | The sequence of the ground cover layer under all ground cover layers. |
|
static |
Finds the surface layer by the sequence in all surface layers.
| map | The osgEarth map. |
| sequence | The sequence of the surface layer under all surface layers. |
|
static |
Finds the splat layer by the sequence in all splat layers.
| map | The osgEarth map. |
| sequence | The sequence of the splat layer under all splat layers. |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
Assignment Operator not implemented – Copy not allowed.