Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Datasource --+ | MemoryDatasource
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 144
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*)
|
add_feature( (MemoryDatasource)arg1, (Feature)arg2) -> None : Adds a Feature: >>> ms = MemoryDatasource() >>> feature = Feature(1) >>> ms.add_feature(Feature(1)) C++ signature : void add_feature(mapnik::memory_datasource {lvalue},boost::shared_ptr<mapnik::feature<mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector>, boost::shared_ptr<mapnik::raster> > >) |
num_features( (MemoryDatasource)arg1) -> int : C++ signature : unsigned long num_features(mapnik::memory_datasource {lvalue}) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Aug 3 18:07:10 2012 | http://epydoc.sourceforge.net |