Package mapnik :: Module _mapnik :: Class scaling_method

Class scaling_method

object --+        
         |        
       int --+    
             |    
       ??.enum --+
                 |
                scaling_method

Instance Methods

Inherited from unreachable.enum: __repr__, __str__

Inherited from int: __abs__, __add__, __and__, __cmp__, __coerce__, __div__, __divmod__, __float__, __floordiv__, __format__, __getattribute__, __getnewargs__, __hash__, __hex__, __index__, __int__, __invert__, __long__, __lshift__, __mod__, __mul__, __neg__, __new__, __nonzero__, __oct__, __or__, __pos__, __pow__, __radd__, __rand__, __rdiv__, __rdivmod__, __rfloordiv__, __rlshift__, __rmod__, __rmul__, __ror__, __rpow__, __rrshift__, __rshift__, __rsub__, __rtruediv__, __rxor__, __sub__, __truediv__, __trunc__, __xor__, bit_length, conjugate

Inherited from object: __delattr__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  BESSEL = mapnik._mapnik.scaling_method.BESSEL
  BICUBIC = mapnik._mapnik.scaling_method.BICUBIC
  BILINEAR = mapnik._mapnik.scaling_method.BILINEAR
  BILINEAR8 = mapnik._mapnik.scaling_method.BILINEAR8
  BLACKMAN = mapnik._mapnik.scaling_method.BLACKMAN
  CATROM = mapnik._mapnik.scaling_method.CATROM
  GAUSSIAN = mapnik._mapnik.scaling_method.GAUSSIAN
  HAMMING = mapnik._mapnik.scaling_method.HAMMING
  HANNING = mapnik._mapnik.scaling_method.HANNING
  HERMITE = mapnik._mapnik.scaling_method.HERMITE
  KAISER = mapnik._mapnik.scaling_method.KAISER
  LANCZOS = mapnik._mapnik.scaling_method.LANCZOS
  MITCHELL = mapnik._mapnik.scaling_method.MITCHELL
  NEAR = mapnik._mapnik.scaling_method.NEAR
  QUADRIC = mapnik._mapnik.scaling_method.QUADRIC
  SINC = mapnik._mapnik.scaling_method.SINC
  SPLINE16 = mapnik._mapnik.scaling_method.SPLINE16
  SPLINE36 = mapnik._mapnik.scaling_method.SPLINE36
  names = {'BESSEL': mapnik._mapnik.scaling_method.BESSEL, 'BICU...
  values = {0: mapnik._mapnik.scaling_method.NEAR, 1: mapnik._ma...
Properties

Inherited from unreachable.enum: name

Inherited from int: denominator, imag, numerator, real

Inherited from object: __class__

Class Variable Details

names

Value:
{'BESSEL': mapnik._mapnik.scaling_method.BESSEL,
 'BICUBIC': mapnik._mapnik.scaling_method.BICUBIC,
 'BILINEAR': mapnik._mapnik.scaling_method.BILINEAR,
 'BILINEAR8': mapnik._mapnik.scaling_method.BILINEAR8,
 'BLACKMAN': mapnik._mapnik.scaling_method.BLACKMAN,
 'CATROM': mapnik._mapnik.scaling_method.CATROM,
 'GAUSSIAN': mapnik._mapnik.scaling_method.GAUSSIAN,
 'HAMMING': mapnik._mapnik.scaling_method.HAMMING,
...

values

Value:
{0: mapnik._mapnik.scaling_method.NEAR,
 1: mapnik._mapnik.scaling_method.BILINEAR,
 2: mapnik._mapnik.scaling_method.BICUBIC,
 3: mapnik._mapnik.scaling_method.SPLINE16,
 4: mapnik._mapnik.scaling_method.SPLINE36,
 5: mapnik._mapnik.scaling_method.HANNING,
 6: mapnik._mapnik.scaling_method.HAMMING,
 7: mapnik._mapnik.scaling_method.HERMITE,
...