#include <query.hpp>
Public Member Functions | |
query () | |
query (const Envelope< double > &bbox) | |
query (const Envelope< double > &bbox, const filter< Feature > &f) | |
query (const query &other) | |
query & | operator= (const query &other) |
const filter< Feature > * | get_filter () const |
const Envelope< double > & | get_bbox () const |
void | set_filter (const filter< Feature > &f) |
void | add_property_name (const std::string &name) |
const std::set< std::string > & | property_names () const |
~query () |
mapnik::query::query | ( | ) | [inline] |
mapnik::query::query | ( | const Envelope< double > & | bbox | ) | [inline] |
mapnik::query::query | ( | const query & | other | ) | [inline] |
mapnik::query::~query | ( | ) | [inline] |
void mapnik::query::add_property_name | ( | const std::string & | name | ) | [inline] |
const Envelope<double>& mapnik::query::get_bbox | ( | ) | const [inline] |
const std::set<std::string>& mapnik::query::property_names | ( | ) | const [inline] |