#include <point_symbolizer.hpp>
Public Member Functions | |
point_symbolizer () | |
point_symbolizer (std::string const &file, std::string const &type, unsigned width, unsigned height) | |
point_symbolizer (point_symbolizer const &rhs) | |
void | set_data (boost::shared_ptr< ImageData32 > symbol) |
boost::shared_ptr< ImageData32 > const & | get_data () const |
void | set_allow_overlap (bool overlap) |
bool | get_allow_overlap () const |
mapnik::point_symbolizer::point_symbolizer | ( | ) | [explicit] |
mapnik::point_symbolizer::point_symbolizer | ( | std::string const & | file, | |
std::string const & | type, | |||
unsigned | width, | |||
unsigned | height | |||
) |
mapnik::point_symbolizer::point_symbolizer | ( | point_symbolizer const & | rhs | ) |
bool mapnik::point_symbolizer::get_allow_overlap | ( | ) | const |
boost::shared_ptr< ImageData32 > const & mapnik::point_symbolizer::get_data | ( | ) | const |
void mapnik::point_symbolizer::set_allow_overlap | ( | bool | overlap | ) |
void mapnik::point_symbolizer::set_data | ( | boost::shared_ptr< ImageData32 > | symbol | ) |