#include <feature_layer_desc.hpp>
Public Member Functions | |
| layer_descriptor (string const &name, string const &encoding) | |
| layer_descriptor (layer_descriptor const &other) | |
| void | set_name (string const &name) |
| string const & | get_name () const |
| void | set_encoding (std::string const &encoding) |
| std::string const & | get_encoding () const |
| void | add_descriptor (attribute_descriptor const &desc) |
| vector< attribute_descriptor > const & | get_descriptors () const |
| vector< attribute_descriptor > & | get_descriptors () |
| mapnik::layer_descriptor::layer_descriptor | ( | string const & | name, | |
| string const & | encoding | |||
| ) | [inline] |
| mapnik::layer_descriptor::layer_descriptor | ( | layer_descriptor const & | other | ) | [inline] |
| void mapnik::layer_descriptor::add_descriptor | ( | attribute_descriptor const & | desc | ) | [inline] |
| vector<attribute_descriptor>& mapnik::layer_descriptor::get_descriptors | ( | ) | [inline] |
| vector<attribute_descriptor> const& mapnik::layer_descriptor::get_descriptors | ( | ) | const [inline] |
| std::string const& mapnik::layer_descriptor::get_encoding | ( | ) | const [inline] |
| string const& mapnik::layer_descriptor::get_name | ( | ) | const [inline] |
| void mapnik::layer_descriptor::set_encoding | ( | std::string const & | encoding | ) | [inline] |
| void mapnik::layer_descriptor::set_name | ( | string const & | name | ) | [inline] |
1.4.7