Package mapnik :: Module _mapnik :: Class LineSymbolizer

Class LineSymbolizer

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

Instance Methods
 
__getinitargs__(...)
__getinitargs__( (LineSymbolizer)arg1) -> tuple :
 
__init__(...)
__init__( (object)arg1) -> None : Default LineSymbolizer - 1px solid black
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 40
  __safe_for_unpickling__ = True
Properties
  stroke

Inherited from object: __class__

Method Details

__getinitargs__(...)

 

__getinitargs__( (LineSymbolizer)arg1) -> tuple :

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

__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

stroke

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