21 class GroundCoverLayer;
22 class RoadSurfaceLayer;
40 static int findSequenceOfImageLayer(osgEarth::Map* map, osgEarth::ImageLayer* layer);
45 static int findSequenceOfElevationLayer(osgEarth::Map* map, osgEarth::ElevationLayer* layer);
50 static int findSequenceOfModelLayer(osgEarth::Map* map, osgEarth::ModelLayer* layer);
55 static int findSequenceOfMaskLayer(osgEarth::Map* map, osgEarth::MaskLayer* layer);
60 static int findSequenceOfBuildingLayer(osgEarth::Map* map, osgEarth::Buildings::BuildingLayer* layer);
65 static int findSequenceOfLandCoverLayer(osgEarth::Map* map, osgEarth::LandCoverLayer* layer);
70 static int findSequenceOfGroudCoverLayer(osgEarth::Map* map, osgEarth::Splat::GroundCoverLayer* layer);
75 static int findSequenceOfRoadSurfaceLayer(osgEarth::Map* map, osgEarth::Splat::RoadSurfaceLayer* layer);
80 static int findSequenceOfSplatLayer(osgEarth::Map* map, osgEarth::Splat::SplatLayer* layer);
85 static osgEarth::ImageLayer* findImageLayerBySequence(osgEarth::Map* map,
int sequence);
90 static osgEarth::ElevationLayer* findElevationLayerBySequence(osgEarth::Map* map,
int sequence);
95 static osgEarth::ModelLayer* findModelLayerBySequence(osgEarth::Map* map,
int sequence);
100 static osgEarth::Buildings::BuildingLayer* findBuildingLayerBySequence(osgEarth::Map* map,
int sequence);
105 static osgEarth::LandCoverLayer* findLandCoverLayerBySequence(osgEarth::Map* map,
int sequence);
110 static osgEarth::Splat::GroundCoverLayer* findGroudCoverLayerBySequence(osgEarth::Map* map,
int sequence);
115 static osgEarth::Splat::RoadSurfaceLayer* findRoadSurfaceLayerBySequence(osgEarth::Map* map,
int sequence);
120 static osgEarth::Splat::SplatLayer* findSplatLayerBySequence(osgEarth::Map* map,
int sequence);
125 static osgEarth::VisibleLayer* findVisibleLayer(osgEarth::Map* map,
int uid);
130 static osgEarth::ImageLayer* findImageLayer(osgEarth::Map* map,
int uid);
135 static osgEarth::ElevationLayer* findElevationLayer(osgEarth::Map* map,
int uid);
140 static osgEarth::ModelLayer* findModelLayer(osgEarth::Map* map,
int uid);
145 static osgEarth::MaskLayer* findMaskLayer(osgEarth::Map* map,
int uid);
150 static osgEarth::Buildings::BuildingLayer* findBuildingLayer(osgEarth::Map* map,
int uid);
155 static osgEarth::LandCoverLayer* findLandCoverLayer(osgEarth::Map* map,
int uid);
160 static osgEarth::Splat::GroundCoverLayer* findGroundCoverLayer(osgEarth::Map* map,
int uid);
165 static osgEarth::Splat::RoadSurfaceLayer* findRoadSurfaceLayer(osgEarth::Map* map,
int uid);
170 static osgEarth::Splat::SplatLayer* findSplatLayer(osgEarth::Map* map,
int uid);
176 static int getUidOfLayer(osgEarth::Map* map,
const std::string& layerName);
#define DT_DLL_VRVOSGEARTH
Definition: vrvOsgEarth.h:21
DtOsgEarthUtil.
Definition: DtOsgEarthUtil.h:33
Contains DLL export macros.