|
| static int | findSequenceOfImageLayer (osgEarth::Map *map, osgEarth::ImageLayer *layer) |
| | Finds the index of the image layer under all image layers. More...
|
| |
| static int | findSequenceOfElevationLayer (osgEarth::Map *map, osgEarth::ElevationLayer *layer) |
| | Finds the index of the elevation layer under all elevation layers. More...
|
| |
| static int | findSequenceOfModelLayer (osgEarth::Map *map, osgEarth::ModelLayer *layer) |
| | Finds the index of the model layer under all model layers. More...
|
| |
| static int | findSequenceOfMaskLayer (osgEarth::Map *map, osgEarth::MaskLayer *layer) |
| | Finds the index of the mask layer under all mask layers. More...
|
| |
| static int | findSequenceOfBuildingLayer (osgEarth::Map *map, osgEarth::Buildings::BuildingLayer *layer) |
| | Finds the index of the building layer under all building layers. More...
|
| |
| static int | findSequenceOfLandCoverLayer (osgEarth::Map *map, osgEarth::LandCoverLayer *layer) |
| | Finds the index of the land cover layer under all land cover layers. More...
|
| |
| static int | findSequenceOfGroudCoverLayer (osgEarth::Map *map, osgEarth::Splat::GroundCoverLayer *layer) |
| | Finds the index of the ground cover layer under all ground cover layers. More...
|
| |
| static int | findSequenceOfRoadSurfaceLayer (osgEarth::Map *map, osgEarth::Splat::RoadSurfaceLayer *layer) |
| | Finds the index of the road surface layer under all road surface layers. More...
|
| |
| static int | findSequenceOfSplatLayer (osgEarth::Map *map, osgEarth::Splat::SplatLayer *layer) |
| | Finds the index of the splat layer under all splat layers. More...
|
| |
| static osgEarth::ImageLayer * | findImageLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the image layer by the sequence in all image layers. More...
|
| |
| static osgEarth::ElevationLayer * | findElevationLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the elevation layer by the sequence in all elevation layers. More...
|
| |
| static osgEarth::ModelLayer * | findModelLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the model layer by the sequence in all model layers. More...
|
| |
static
osgEarth::Buildings::BuildingLayer * | findBuildingLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the building layer by the sequence in all model layers. More...
|
| |
| static osgEarth::LandCoverLayer * | findLandCoverLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the land cover layer by the sequence in all land cover layers. More...
|
| |
static
osgEarth::Splat::GroundCoverLayer * | findGroudCoverLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the ground cover layer by the sequence in all ground cover layers. More...
|
| |
static
osgEarth::Splat::RoadSurfaceLayer * | findRoadSurfaceLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the surface layer by the sequence in all surface layers. More...
|
| |
static
osgEarth::Splat::SplatLayer * | findSplatLayerBySequence (osgEarth::Map *map, int sequence) |
| | Finds the splat layer by the sequence in all splat layers. More...
|
| |
| static osgEarth::VisibleLayer * | findVisibleLayer (osgEarth::Map *map, int uid) |
| | Finds the visible layer by the UID(osgEarth Unique ID). More...
|
| |
| static osgEarth::ImageLayer * | findImageLayer (osgEarth::Map *map, int uid) |
| | Finds the image layer by the UID(osgEarth Unique ID). More...
|
| |
| static osgEarth::ElevationLayer * | findElevationLayer (osgEarth::Map *map, int uid) |
| | Finds the elevation layer by the UID(osgEarth Unique ID). More...
|
| |
| static osgEarth::ModelLayer * | findModelLayer (osgEarth::Map *map, int uid) |
| | Finds the model layer by the UID(osgEarth Unique ID). More...
|
| |
| static osgEarth::MaskLayer * | findMaskLayer (osgEarth::Map *map, int uid) |
| | Finds the mask layer by the UID(osgEarth Unique ID). More...
|
| |
static
osgEarth::Buildings::BuildingLayer * | findBuildingLayer (osgEarth::Map *map, int uid) |
| | Finds the building layer by the UID(osgEarth Unique ID). More...
|
| |
| static osgEarth::LandCoverLayer * | findLandCoverLayer (osgEarth::Map *map, int uid) |
| | Finds the land cover layer by the UID(osgEarth Unique ID). More...
|
| |
static
osgEarth::Splat::GroundCoverLayer * | findGroundCoverLayer (osgEarth::Map *map, int uid) |
| | Finds the ground cover layer by the UID(osgEarth Unique ID). More...
|
| |
static
osgEarth::Splat::RoadSurfaceLayer * | findRoadSurfaceLayer (osgEarth::Map *map, int uid) |
| | Finds the road surface layer by the UID(osgEarth Unique ID). More...
|
| |
static
osgEarth::Splat::SplatLayer * | findSplatLayer (osgEarth::Map *map, int uid) |
| | Finds the splat layer by the UID(osgEarth Unique ID). More...
|
| |
| static int | getUidOfLayer (osgEarth::Map *map, const std::string &layerName) |
| | Finds the osgEarth UID of the layer. More...
|
| |
DtOsgEarthUtil.
Utility class for the osgEarth library.