Package mapnik :: Module _mapnik :: Class LineSymbolizer

Class LineSymbolizer

 object --+    
          |    
??.instance --+
              |
             LineSymbolizer

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : Default LineSymbolizer - 1px solid black
 
__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__ = 160
Properties
  clip
Set/get the line geometry's clipping status
  comp_op
Set/get the comp-op
  offset
offset value
  rasterizer
Set/get the rasterization method of the line of the point
  smooth
smooth value (0..1.0)
  stroke

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Default LineSymbolizer - 1px solid black

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (Stroke)arg2) -> None :
    TODO

    C++ signature :
        void __init__(_object*,mapnik::stroke)

__init__( (object)arg1, (Color)arg2, (float)arg3) -> None :

    C++ signature :
        void __init__(_object*,mapnik::color,float)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details

clip

Set/get the line geometry's clipping status

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

comp_op

Set/get the comp-op

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

offset

offset value

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

rasterizer

Set/get the rasterization method of the line of the point

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

smooth

smooth value (0..1.0)

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

stroke

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