#include <query.hpp>
Public Member Functions | |
query (const Envelope< double > &bbox, double resolution) | |
query (const query &other) | |
query & | operator= (const query &other) |
double | resolution () const |
const Envelope< double > & | get_bbox () const |
void | add_property_name (const std::string &name) |
const std::set< std::string > & | property_names () const |
mapnik::query::query | ( | const Envelope< double > & | bbox, | |
double | resolution | |||
) | [inline, explicit] |
mapnik::query::query | ( | const query & | other | ) | [inline] |
void mapnik::query::add_property_name | ( | const std::string & | name | ) | [inline] |
const Envelope<double>& mapnik::query::get_bbox | ( | ) | const [inline] |
Referenced by mapnik::memory_datasource::features().
References bbox_, names_, and resolution_.
const std::set<std::string>& mapnik::query::property_names | ( | ) | const [inline] |
double mapnik::query::resolution | ( | ) | const [inline] |