| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
 object --+    
          |    
??.instance --+
              |
             Feature
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Class Variables | |
| __instance_size__ = 32 | |
| Properties | |
| attributes | |
| Inherited from  | |
| Method Details | 
| 
 
__getitem__( (Feature)arg1, (str)arg2) -> object :
    C++ signature :
        mapnik::value_adl_barrier::value __getitem__(mapnik::feature_impl,std::string)
__getitem__( (Feature)arg1, (int)arg2) -> object :
    C++ signature :
        mapnik::value_adl_barrier::value __getitem__(mapnik::feature_impl,unsigned long)
 | 
| 
 
__init__( (object)arg1, (Context)arg2, (int)arg3) -> None :
    Default ctor.
    C++ signature :
        void __init__(_object*,boost::shared_ptr<mapnik::context<std::map<std::string, unsigned long, std::less<std::string>, std::allocator<std::pair<std::string const, unsigned long> > > > >,int)
 | 
| 
 
__len__( (Feature)arg1) -> int :
    C++ signature :
        unsigned long __len__(mapnik::feature_impl {lvalue})
 | 
| 
 helper for pickle 
 | 
| 
 
__setitem__( (Feature)arg1, (str)arg2, (object)arg3) -> None :
    C++ signature :
        void __setitem__(mapnik::feature_impl {lvalue},std::string,mapnik::value_adl_barrier::value)
 | 
| 
 
__str__( (Feature)arg1) -> str :
    C++ signature :
        std::string __str__(mapnik::feature_impl {lvalue})
 | 
| 
 
add_geometries_from_wkb( (Feature)arg1, (str)arg2) -> None :
    C++ signature :
        void add_geometries_from_wkb(mapnik::feature_impl {lvalue},std::string)
 | 
| 
 
add_geometries_from_wkt( (Feature)arg1, (str)arg2) -> None :
    C++ signature :
        void add_geometries_from_wkt(mapnik::feature_impl {lvalue},std::string)
 | 
| 
 
add_geometry( (Feature)arg1, (Geometry2d)arg2) -> None :
    C++ signature :
        void add_geometry(mapnik::feature_impl {lvalue},mapnik::geometry<double, mapnik::vertex_vector>*)
 | 
| 
 
context( (Feature)arg1) -> Context :
    C++ signature :
        boost::shared_ptr<mapnik::context<std::map<std::string, unsigned long, std::less<std::string>, std::allocator<std::pair<std::string const, unsigned long> > > > > context(mapnik::feature_impl {lvalue})
 | 
| 
 
envelope( (Feature)arg1) -> Box2d :
    C++ signature :
        mapnik::box2d<double> envelope(mapnik::feature_impl {lvalue})
 | 
| 
 
geometries( (Feature)arg1) -> Path :
    C++ signature :
        boost::ptr_vector<mapnik::geometry<double, mapnik::vertex_vector>, boost::heap_clone_allocator, std::allocator<void*> > geometries(mapnik::feature_impl {lvalue})
 | 
| 
 
get_geometry( (Feature)arg1, (int)arg2) -> Geometry2d :
    C++ signature :
        mapnik::geometry<double, mapnik::vertex_vector> get_geometry(mapnik::feature_impl {lvalue},unsigned int)
 | 
| 
 
has_key( (Feature)arg1, (str)arg2) -> bool :
    C++ signature :
        bool has_key(mapnik::feature_impl {lvalue},std::string)
 | 
| 
 
id( (Feature)arg1) -> int :
    C++ signature :
        int id(mapnik::feature_impl {lvalue})
 | 
| 
 
num_geometries( (Feature)arg1) -> int :
    C++ signature :
        unsigned int num_geometries(mapnik::feature_impl {lvalue})
 | 
| 
 
to_geojson( (Feature)arg1) -> str :
    C++ signature :
        std::string to_geojson(mapnik::feature_impl)
 | 
| Property Details | 
| attributes
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 23 15:08:14 2012 | http://epydoc.sourceforge.net |