| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
ViewTransform
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 88
|
|
__safe_for_unpickling__ = True
|
|
| Properties | |
|
Inherited from |
| Method Details |
__getinitargs__( (ViewTransform)arg1) -> tuple :
C++ signature :
boost::python::tuple __getinitargs__(mapnik::CoordTransform)
|
__init__( (object)arg1, (int)arg2, (int)arg3, (Box2d)arg4) -> None :
Create a ViewTransform with a width and height as integers and extent
C++ signature :
void __init__(_object*,int,int,mapnik::box2d<double>)
|
helper for pickle
|
backward( (ViewTransform)arg1, (Coord)arg2) -> Coord :
C++ signature :
mapnik::coord<double, 2> backward(mapnik::CoordTransform,mapnik::coord<double, 2>)
backward( (ViewTransform)arg1, (Box2d)arg2) -> Box2d :
C++ signature :
mapnik::box2d<double> backward(mapnik::CoordTransform,mapnik::box2d<double>)
|
forward( (ViewTransform)arg1, (Coord)arg2) -> Coord :
C++ signature :
mapnik::coord<double, 2> forward(mapnik::CoordTransform,mapnik::coord<double, 2>)
forward( (ViewTransform)arg1, (Box2d)arg2) -> Box2d :
C++ signature :
mapnik::box2d<double> forward(mapnik::CoordTransform,mapnik::box2d<double>)
|
scale_x( (ViewTransform)arg1) -> float :
C++ signature :
double scale_x(mapnik::CoordTransform {lvalue})
|
scale_y( (ViewTransform)arg1) -> float :
C++ signature :
double scale_y(mapnik::CoordTransform {lvalue})
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 23 15:08:15 2012 | http://epydoc.sourceforge.net |