| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Featureset
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
features The list of features. |
|
|
Inherited from |
|
| Method Details |
Raises an exception This class cannot be instantiated from Python
|
__iter__( (object)arg1) -> object :
C++ signature :
boost::python::api::object __iter__(boost::python::api::object)
|
helper for pickle
|
next( (Featureset)arg1) -> Feature :
C++ signature :
boost::shared_ptr<mapnik::feature<mapnik::geometry<mapnik::vertex<double, 2>, mapnik::vertex_vector>, boost::shared_ptr<mapnik::raster> > > next(boost::shared_ptr<mapnik::Featureset>)
|
| Property Details |
featuresThe list of features. Usage: >>> m.query_map_point(0, 10, 10) <mapnik._mapnik.Featureset object at 0x1004d2938> >>> fs = m.query_map_point(0, 10, 10) >>> for f in fs.features: >>> print f <mapnik.Feature object at 0x105e64140>
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 3 18:07:09 2012 | http://epydoc.sourceforge.net |