Package mapnik :: Module _mapnik :: Class PointDatasource

Class PointDatasource

 object --+        
          |        
??.instance --+    
              |    
     Datasource --+
                  |
                 PointDatasource

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None :
 
add_point(...)
add_point( (PointDatasource)arg1, (float)arg2, (float)arg3, (str)arg4, (str)arg5) -> None :

Inherited from Datasource: __reduce__, all_features, bind, describe, descriptor, encoding, envelope, features, features_at_point, featureset, field_types, fields, name, params

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 152

Inherited from Datasource: _c___module__

Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

add_point(...)

 

add_point( (PointDatasource)arg1, (float)arg2, (float)arg3, (str)arg4, (str)arg5) -> None :

    C++ signature :
        void add_point(mapnik::point_datasource {lvalue},double,double,char const*,char const*)