Package mapnik :: Module _mapnik :: Class MarkersSymbolizer

Class MarkersSymbolizer

 object --+    
          |    
??.instance --+
              |
             MarkersSymbolizer

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : Default Markers Symbolizer - circle
 
__reduce__(...)
helper for pickle
 
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__ = 288
Properties
  allow_overlap
  clip
Set/get the marker geometry's clipping status
  comp_op
Set/get the marker comp-op
  filename
  fill
Set/get the marker fill color
  fill_opacity
Set/get the fill opacity
  height
Set/get the marker height
  ignore_placement
  marker_type
  max_error
  multi_policy
Set/get the marker multi geometry rendering policy
  opacity
Set/get the overall opacity
  placement
Set/get the marker placement
  smooth
Set/get the marker geometry's smooth value
  spacing
  stroke
Set/get the marker stroke (outline)
  transform
  width
Set/get the marker width

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Default Markers Symbolizer - circle

    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)

Property Details

allow_overlap

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

clip

Set/get the marker geometry's clipping status

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

comp_op

Set/get the marker comp-op

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

filename

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

fill

Set/get the marker fill color

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

fill_opacity

Set/get the fill opacity

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

height

Set/get the marker height

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

ignore_placement

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

marker_type

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

max_error

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

multi_policy

Set/get the marker multi geometry rendering policy

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

opacity

Set/get the overall opacity

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

placement

Set/get the marker placement

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

smooth

Set/get the marker geometry's smooth value

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

spacing

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

stroke

Set/get the marker stroke (outline)

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

transform

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

width

Set/get the marker width

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