Package mapnik :: Module _mapnik :: Class PolygonSymbolizer

Class PolygonSymbolizer

 object --+    
          |    
??.instance --+
              |
             PolygonSymbolizer

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : Default PolygonSymbolizer - solid fill grey
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 16
Properties
  fill
  fill_opacity

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Default PolygonSymbolizer - solid fill grey

    C++ signature :
        void __init__(_object*)

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

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details

fill

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

fill_opacity

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