Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Style
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 48
|
|
__safe_for_unpickling__ = True
|
Properties | |
filter_mode Set/get the placement of the label |
|
rules List of rules belonging to a style as rule objects. |
|
Inherited from |
Method Details |
__getstate__( (Style)arg1) -> tuple : C++ signature : boost::python::tuple __getstate__(mapnik::feature_type_style) |
__init__( (object)arg1) -> None : default style constructor C++ signature : void __init__(_object*)
|
helper for pickle
|
__setstate__( (Style)arg1, (tuple)arg2) -> None : C++ signature : void __setstate__(mapnik::feature_type_style {lvalue},boost::python::tuple) |
Property Details |
filter_modeSet/get the placement of the label
|
rulesList of rules belonging to a style as rule objects. Usage: >>> for r in m.find_style('style 1').rules: >>> print r <mapnik._mapnik.Rule object at 0x100549910> <mapnik._mapnik.Rule object at 0x100549980>
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 24 13:21:24 2012 | http://epydoc.sourceforge.net |