Package mapnik :: Module _mapnik :: Class Path

Class Path

 object --+    
          |    
??.instance --+
              |
             Path

Instance Methods
 
__getitem__(...)
__getitem__( (Path)arg1, (int)arg2) -> Geometry2d :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__len__(...)
__len__( (Path)arg1) -> int :
 
__reduce__(...)
helper for pickle
 
from_wkb(...)
from_wkb( (Path)arg1, (str)arg2) -> None :
 
from_wkt(...)
from_wkt( (Path)arg1, (str)arg2) -> None :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 40
Properties

Inherited from object: __class__

Method Details

__getitem__(...)
(Indexing operator)

 

__getitem__( (Path)arg1, (int)arg2) -> Geometry2d :

    C++ signature :
        mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector> __getitem__(boost::ptr_vector<mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},int)

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__len__(...)
(Length operator)

 

__len__( (Path)arg1) -> int :

    C++ signature :
        unsigned long __len__(boost::ptr_vector<mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue})

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

from_wkb(...)

 

from_wkb( (Path)arg1, (str)arg2) -> None :

    C++ signature :
        void from_wkb(boost::ptr_vector<mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},std::string)

from_wkt(...)

 

from_wkt( (Path)arg1, (str)arg2) -> None :

    C++ signature :
        void from_wkt(boost::ptr_vector<mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},std::string)