| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
GridView
This class represents a feature hitgrid subset.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Raises an exception This class cannot be instantiated from Python
|
helper for pickle
|
encode( (GridView)arg1 [, (str)encoding='utf' [, (bool)add_features=True [, (int)resolution=4]]]) -> dict :
Encode the grid as as optimized json
C++ signature :
boost::python::dict encode(mapnik::hit_grid_view<mapnik::ImageData<long long> > [,std::string='utf' [,bool=True [,unsigned int=4]]])
|
height( (GridView)arg1) -> int :
C++ signature :
unsigned int height(mapnik::hit_grid_view<mapnik::ImageData<long long> > {lvalue})
|
width( (GridView)arg1) -> int :
C++ signature :
unsigned int width(mapnik::hit_grid_view<mapnik::ImageData<long long> > {lvalue})
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 3 18:45:01 2013 | http://epydoc.sourceforge.net |