Package mapnik :: Module _mapnik :: Class TextPlacementInfo

Class TextPlacementInfo

 object --+    
          |    
??.instance --+
              |
             TextPlacementInfo

Instance Methods
 
__init__(...)
__init__( (object)arg1, (TextPlacements)arg2, (float)arg3) -> None :
 
__reduce__(...)
helper for pickle
 
get_actual_label_spacing(...)
get_actual_label_spacing( (TextPlacementInfo)arg1) -> float :
 
get_actual_minimum_distance(...)
get_actual_minimum_distance( (TextPlacementInfo)arg1) -> float :
 
get_actual_minimum_padding(...)
get_actual_minimum_padding( (TextPlacementInfo)arg1) -> float :
 
next(...)
next( (TextPlacementInfo)arg1) -> bool :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 32
Properties
  properties
  scale_factor

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

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

    C++ signature :
        void __init__(_object*,mapnik::text_placements const*,double)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

get_actual_label_spacing(...)

 

get_actual_label_spacing( (TextPlacementInfo)arg1) -> float :

    C++ signature :
        double get_actual_label_spacing(mapnik::text_placement_info {lvalue})

get_actual_minimum_distance(...)

 

get_actual_minimum_distance( (TextPlacementInfo)arg1) -> float :

    C++ signature :
        double get_actual_minimum_distance(mapnik::text_placement_info {lvalue})

get_actual_minimum_padding(...)

 

get_actual_minimum_padding( (TextPlacementInfo)arg1) -> float :

    C++ signature :
        double get_actual_minimum_padding(mapnik::text_placement_info {lvalue})

next(...)

 

next( (TextPlacementInfo)arg1) -> bool :

    C++ signature :
        bool next(mapnik::text_placement_info {lvalue})

next( (TextPlacementInfo)arg1) -> None :

    C++ signature :
        void next(boost::shared_ptr<(anonymous namespace)::TextPlacementInfoWrap> {lvalue})


Property Details

properties

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

scale_factor

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