Package mapnik :: Module _mapnik :: Class PointSymbolizer

Class PointSymbolizer

 object --+    
          |    
??.instance --+
              |
             PointSymbolizer

Instance Methods
 
__getinitargs__(...)
__getinitargs__( (PointSymbolizer)arg1) -> tuple :
 
__getstate__(...)
__getstate__( (PointSymbolizer)arg1) -> tuple :
 
__init__(...)
__init__( (object)arg1) -> None : Default Point Symbolizer - 4x4 black square
 
__reduce__(...)
helper for pickle
 
__setstate__(...)
__setstate__( (PointSymbolizer)arg1, (tuple)arg2) -> None :
 
symbol(self)

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  __instance_size__ = 224
  __safe_for_unpickling__ = True
Properties
  allow_overlap
  filename
  ignore_placement
  opacity
  placement
Set/get the placement of the point
  transform

Inherited from object: __class__

Method Details

__getinitargs__(...)

 

__getinitargs__( (PointSymbolizer)arg1) -> tuple :

    C++ signature :
        boost::python::tuple __getinitargs__(mapnik::point_symbolizer)

__getstate__(...)

 

__getstate__( (PointSymbolizer)arg1) -> tuple :

    C++ signature :
        boost::python::tuple __getstate__(mapnik::point_symbolizer)

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Default Point Symbolizer - 4x4 black square

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (PathExpression)arg2) -> None :
    <path expression ptr>

    C++ signature :
        void __init__(_object*,boost::shared_ptr<std::vector<boost::variant<std::string, mapnik::attribute, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_>, std::allocator<boost::variant<std::string, mapnik::attribute, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_> > > >)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__setstate__(...)

 

__setstate__( (PointSymbolizer)arg1, (tuple)arg2) -> None :

    C++ signature :
        void __setstate__(mapnik::point_symbolizer {lvalue},boost::python::tuple)


Property Details

allow_overlap

Get Method:
unreachable(...)
Set Method:
unreachable(...)

filename

Get Method:
unreachable(...)
Set Method:
unreachable(...)

ignore_placement

Get Method:
unreachable(...)
Set Method:
unreachable(...)

opacity

Get Method:
unreachable(...)
Set Method:
unreachable(...)

placement

Set/get the placement of the point

Get Method:
unreachable(...)
Set Method:
unreachable(...)

transform

Get Method:
unreachable(...)
Set Method:
unreachable(...)