DtOsgEarthDataRequest.
More...
DtOsgEarthDataRequest.
A request for adding data(Terrain layer, model layer, etc) into osgEarth terrain.
| Enumerator |
|---|
| ImageLayer |
|
| ElevationLayer |
|
| ModelLayer |
|
| BuildingLayer |
|
| LandCoverLayer |
|
| GroundCoverLayer |
|
| GroundCover |
|
| RoadSurfaceLayer |
|
| SplatLayer |
|
| UnknownType |
|
| makVrv::DtOsgEarthDataRequest::DtOsgEarthDataRequest |
( |
const std::string & |
driver | ) |
|
Default Constructor.
- Parameters
-
| driver | The driver of the data. |
| makVrv::DtOsgEarthDataRequest::DtOsgEarthDataRequest |
( |
| ) |
|
|
private |
Private default constructor not implimented.
Copy Constructor not implemented – Copy not allowed.
| virtual void makVrv::DtOsgEarthDataRequest::setType |
( |
int |
type | ) |
|
|
virtual |
Sets the type of the data.
- Parameters
-
| type | OsgEarthDataType enum, the type of the data. |
| virtual int makVrv::DtOsgEarthDataRequest::type |
( |
| ) |
|
|
virtual |
Gets the type of the data.
- Returns
- type OsgEarthDataType enum, the type of the data.
| virtual void makVrv::DtOsgEarthDataRequest::setName |
( |
const std::string & |
name | ) |
|
|
virtual |
Sets the name of the data.
- Parameters
-
| name | The unique name of the data. |
| virtual std::string makVrv::DtOsgEarthDataRequest::name |
( |
| ) |
|
|
virtual |
Gets the name of the data.
- Returns
- name The unique name of the data.
| virtual void makVrv::DtOsgEarthDataRequest::setUrl |
( |
const DtUnicode & |
url | ) |
|
|
virtual |
Sets the url of the data.
- Parameters
-
| url | The url of the source. |
| virtual DtUnicode makVrv::DtOsgEarthDataRequest::url |
( |
| ) |
|
|
virtual |
Gets the type of the data.
- Returns
- type OsgEarthDataType enum, the type of the data.
| virtual void makVrv::DtOsgEarthDataRequest::process |
( |
osgEarth::Map * |
map | ) |
|
|
pure virtual |
Assignment Operator not implemented – Copy not allowed.
| int makVrv::DtOsgEarthDataRequest::myType |
|
protected |
| std::string makVrv::DtOsgEarthDataRequest::myName |
|
protected |
| DtUnicode makVrv::DtOsgEarthDataRequest::myUrl |
|
protected |
| std::string makVrv::DtOsgEarthDataRequest::myDriver |
|
protected |
The documentation for this class was generated from the following file: