| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
 object --+    
          |    
??.instance --+
              |
             Path
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Static Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Class Variables | |
| __instance_size__ = 32 | |
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 
__getitem__( (Path)arg1, (int)arg2) -> Geometry2d :
    C++ signature :
        mapnik::geometry<double, mapnik::vertex_vector> __getitem__(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},int)
 | 
| 
 
__init__( (object)arg1) -> None :
    C++ signature :
        void __init__(_object*)
 | 
| 
 
__len__( (Path)arg1) -> int :
    C++ signature :
        unsigned long __len__(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue})
 | 
| 
 helper for pickle 
 | 
| 
 
add_geojson( (Path)arg1, (str)arg2) -> None :
    C++ signature :
        void add_geojson(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},std::string)
 | 
| 
 
add_wkb( (Path)arg1, (str)arg2) -> None :
    C++ signature :
        void add_wkb(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},std::string)
 | 
| 
 
add_wkt( (Path)arg1, (str)arg2) -> None :
    C++ signature :
        void add_wkt(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue},std::string)
 | 
| 
 
envelope( (Path)arg1) -> Box2d :
    C++ signature :
        mapnik::box2d<double> envelope(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > {lvalue})
 | 
| 
 
from_geojson( (str)arg1) -> Path :
    C++ signature :
        boost::shared_ptr<boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > > from_geojson(std::string)
 | 
| 
 
from_wkb( (str)arg1) -> Path :
    C++ signature :
        boost::shared_ptr<boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > > from_wkb(std::string)
 | 
| 
 
from_wkt( (str)arg1) -> Path :
    C++ signature :
        boost::shared_ptr<boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > > from_wkt(std::string)
 | 
| 
 
to_geojson( (Path)arg1) -> str :
    C++ signature :
        std::string to_geojson(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> >)
 | 
| 
 
to_wkb( (Path)arg1, (wkbByteOrder)arg2) -> object :
    C++ signature :
        _object* to_wkb(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> >,mapnik::util::wkbByteOrder)
 | 
| 
 
to_wkt( (Path)arg1) -> str :
    C++ signature :
        std::string to_wkt(boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> >)
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 23 15:08:14 2012 | http://epydoc.sourceforge.net |