osgEarth 2.1.1
|
Public Member Functions | |
WFSFeatureType () | |
const std::string & | getName () const |
void | setName (const std::string &name) |
const std::string & | getTitle () const |
void | setTitle (const std::string &title) |
const std::string & | getSRS () const |
void | setSRS (const std::string &srs) |
const std::string & | getAbstract () const |
void | setAbstract (const std::string &abstract) |
const GeoExtent & | getExtent () const |
void | setExtent (const GeoExtent &extent) |
int | getMaxLevel () const |
void | setMaxLevel (int maxLevel) |
int | getFirstLevel () const |
void | setFirstLevel (int firstLevel) |
bool | getTiled () const |
void | setTiled (bool tiled) |
Private Attributes | |
std::string | _name |
std::string | _title |
std::string | _srs |
std::string | _abstract |
GeoExtent | _extent |
bool | _tiled |
int | _maxLevel |
int | _firstLevel |
const std::string& osgEarth::Util::WFSFeatureType::getAbstract | ( | ) | const [inline] |
const GeoExtent& osgEarth::Util::WFSFeatureType::getExtent | ( | ) | const [inline] |
int osgEarth::Util::WFSFeatureType::getFirstLevel | ( | ) | const [inline] |
Definition at line 64 of file WFS.
{ return _firstLevel;}
int osgEarth::Util::WFSFeatureType::getMaxLevel | ( | ) | const [inline] |
const std::string& osgEarth::Util::WFSFeatureType::getName | ( | ) | const [inline] |
const std::string& osgEarth::Util::WFSFeatureType::getSRS | ( | ) | const [inline] |
bool osgEarth::Util::WFSFeatureType::getTiled | ( | ) | const [inline] |
const std::string& osgEarth::Util::WFSFeatureType::getTitle | ( | ) | const [inline] |
void osgEarth::Util::WFSFeatureType::setAbstract | ( | const std::string & | abstract | ) | [inline] |
void osgEarth::Util::WFSFeatureType::setExtent | ( | const GeoExtent & | extent | ) | [inline] |
void osgEarth::Util::WFSFeatureType::setFirstLevel | ( | int | firstLevel | ) | [inline] |
Definition at line 65 of file WFS.
{ _firstLevel = firstLevel; }
void osgEarth::Util::WFSFeatureType::setMaxLevel | ( | int | maxLevel | ) | [inline] |
void osgEarth::Util::WFSFeatureType::setName | ( | const std::string & | name | ) | [inline] |
void osgEarth::Util::WFSFeatureType::setSRS | ( | const std::string & | srs | ) | [inline] |
void osgEarth::Util::WFSFeatureType::setTiled | ( | bool | tiled | ) | [inline] |
void osgEarth::Util::WFSFeatureType::setTitle | ( | const std::string & | title | ) | [inline] |
std::string osgEarth::Util::WFSFeatureType::_abstract [private] |
int osgEarth::Util::WFSFeatureType::_firstLevel [private] |
int osgEarth::Util::WFSFeatureType::_maxLevel [private] |
std::string osgEarth::Util::WFSFeatureType::_name [private] |
std::string osgEarth::Util::WFSFeatureType::_srs [private] |
bool osgEarth::Util::WFSFeatureType::_tiled [private] |
std::string osgEarth::Util::WFSFeatureType::_title [private] |