Package mapnik :: Module _mapnik :: Class ImageView

Class ImageView

 object --+    
          |    
??.instance --+
              |
             ImageView

A view into an image.

Instance Methods
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__reduce__(...)
helper for pickle
 
height(...)
height( (ImageView)arg1) -> int :
 
save(...)
save( (ImageView)arg1, (str)arg2 [, (str)arg3]) -> None :
 
tostring(...)
tostring( (ImageView)arg1) -> object :
 
width(...)
width( (ImageView)arg1) -> int :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

height(...)

 

height( (ImageView)arg1) -> int :

    C++ signature :
        unsigned int height(mapnik::image_view<mapnik::ImageData<unsigned int> > {lvalue})

save(...)

 

save( (ImageView)arg1, (str)arg2 [, (str)arg3]) -> None :

    C++ signature :
        void save(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string [,std::string])

tostring(...)

 

tostring( (ImageView)arg1) -> object :

    C++ signature :
        _object* tostring(mapnik::image_view<mapnik::ImageData<unsigned int> >)

tostring( (ImageView)arg1, (str)arg2) -> object :

    C++ signature :
        _object* tostring(mapnik::image_view<mapnik::ImageData<unsigned int> >,std::string)

width(...)

 

width( (ImageView)arg1) -> int :

    C++ signature :
        unsigned int width(mapnik::image_view<mapnik::ImageData<unsigned int> > {lvalue})