osgEarth 2.1.1
Public Member Functions | Private Attributes

osgEarth::Util::WFSFeatureType Class Reference

Inheritance diagram for osgEarth::Util::WFSFeatureType:
Collaboration diagram for osgEarth::Util::WFSFeatureType:

List of all members.

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 GeoExtentgetExtent () 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

Detailed Description

Definition at line 41 of file WFS.


Constructor & Destructor Documentation

WFSFeatureType::WFSFeatureType ( )

Definition at line 70 of file WFS.cpp.

{    
}

Member Function Documentation

const std::string& osgEarth::Util::WFSFeatureType::getAbstract ( ) const [inline]

Definition at line 55 of file WFS.

{ return _abstract;}
const GeoExtent& osgEarth::Util::WFSFeatureType::getExtent ( ) const [inline]

Definition at line 58 of file WFS.

{ return _extent;}
int osgEarth::Util::WFSFeatureType::getFirstLevel ( ) const [inline]

Definition at line 64 of file WFS.

{ return _firstLevel;}
int osgEarth::Util::WFSFeatureType::getMaxLevel ( ) const [inline]

Definition at line 61 of file WFS.

{ return _maxLevel;}
const std::string& osgEarth::Util::WFSFeatureType::getName ( ) const [inline]

Definition at line 46 of file WFS.

{ return _name;}
const std::string& osgEarth::Util::WFSFeatureType::getSRS ( ) const [inline]

Definition at line 52 of file WFS.

{ return _srs;}
bool osgEarth::Util::WFSFeatureType::getTiled ( ) const [inline]

Definition at line 67 of file WFS.

{ return _tiled;}
const std::string& osgEarth::Util::WFSFeatureType::getTitle ( ) const [inline]

Definition at line 49 of file WFS.

{ return _title;}
void osgEarth::Util::WFSFeatureType::setAbstract ( const std::string &  abstract) [inline]

Definition at line 56 of file WFS.

{ _abstract = abstract; }

Here is the caller graph for this function:

void osgEarth::Util::WFSFeatureType::setExtent ( const GeoExtent extent) [inline]

Definition at line 59 of file WFS.

{ _extent = extent;}

Here is the caller graph for this function:

void osgEarth::Util::WFSFeatureType::setFirstLevel ( int  firstLevel) [inline]

Definition at line 65 of file WFS.

{ _firstLevel = firstLevel; }

Here is the caller graph for this function:

void osgEarth::Util::WFSFeatureType::setMaxLevel ( int  maxLevel) [inline]

Definition at line 62 of file WFS.

{ _maxLevel = maxLevel; }

Here is the caller graph for this function:

void osgEarth::Util::WFSFeatureType::setName ( const std::string &  name) [inline]

Definition at line 47 of file WFS.

{ _name = name;}

Here is the caller graph for this function:

void osgEarth::Util::WFSFeatureType::setSRS ( const std::string &  srs) [inline]

Definition at line 53 of file WFS.

{ _srs = srs; }
void osgEarth::Util::WFSFeatureType::setTiled ( bool  tiled) [inline]

Definition at line 68 of file WFS.

{ _tiled = tiled;}

Here is the caller graph for this function:

void osgEarth::Util::WFSFeatureType::setTitle ( const std::string &  title) [inline]

Definition at line 50 of file WFS.

{ _title = title;}

Here is the caller graph for this function:


Member Data Documentation

Definition at line 74 of file WFS.

Definition at line 75 of file WFS.

Definition at line 78 of file WFS.

Definition at line 77 of file WFS.

Definition at line 71 of file WFS.

std::string osgEarth::Util::WFSFeatureType::_srs [private]

Definition at line 73 of file WFS.

Definition at line 76 of file WFS.

Definition at line 72 of file WFS.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines