Package mapnik :: Module _mapnik :: Class PolygonSymbolizer

Class PolygonSymbolizer

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

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

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 96
Properties
  clip
Set/get the polygon geometry's clipping status
  comp_op
Set/get the polygon comp-op
  fill
  fill_opacity
  gamma
  gamma_method
gamma correction method
  simplify_tolerance
simplfication tolerance measure
  smooth
Set/get the polygon geometry's smooth value

Inherited from object: __class__

Method Details

__hash__(...)
(Hashing function)

 

__hash__( (PolygonSymbolizer)arg1) -> int :

    C++ signature :
        unsigned long __hash__(mapnik::polygon_symbolizer)

Overrides: object.__hash__

__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

clip

Set/get the polygon geometry's clipping status

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

comp_op

Set/get the polygon comp-op

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

fill

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

fill_opacity

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

gamma

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

gamma_method

gamma correction method

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

simplify_tolerance

simplfication tolerance measure

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

smooth

Set/get the polygon geometry's smooth value

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