Package mapnik :: Module _mapnik :: Class PointSymbolizer

Class PointSymbolizer

 object --+    
          |    
??.instance --+
              |
             PointSymbolizer

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : Default Point Symbolizer - 4x4 black square
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 32
Properties
  allow_overlap
  opacity

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Default Point Symbolizer - 4x4 black square

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (str)arg2, (str)arg3, (int)arg4, (int)arg5) -> None :
    TODO

    C++ signature :
        void __init__(_object*,std::string,std::string,unsigned int,unsigned int)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details

allow_overlap

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

opacity

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