Package dap :: Module dtypes :: Class GridType
[hide private]
[frames] | no frames]

Class GridType

source code

object --+
         |
        GridType

Grid constructor.

A grid is a constructor holding an 'array' variable. The array has its dimensions mapped to 'maps' stored in the grid (lat, lon, time, etc.). Most of the requests are simply passed onto the stored array.

Instance Methods [hide private]
  __init__(self, name='', array=None, maps=None, attributes=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __len__(self)
  __iter__(self)
  walk(self)
  __getattr__(self, attr)
  __getitem__(self, index)
  _get_data(self)
  _set_data(self, data)
  _get_id(self)
  _set_id(self, parent=None)
  _get_filters(self)
  _set_filters(self, f)
  _get_dimensions(self)
  _get_shape(self)
  _set_shape(self, shape)
  _get_type(self)
  _set_type(self, type)
  __copy__(self)
  __deepcopy__(self, memo=None, _nil=[])

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


Properties [hide private]
  data
  id
  filters
  dimensions
  shape
  type

Inherited from object: __class__


Method Details [hide private]

__init__(self, name='', array=None, maps=None, attributes=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__len__(self)
(Length operator)

source code 
None

__iter__(self)

source code 
None

walk(self)

source code 
None

__getattr__(self, attr)
(Qualification operator)

source code 
None

__getitem__(self, index)
(Indexing operator)

source code 
None

_get_data(self)

source code 
None

_set_data(self, data)

source code 
None

_get_id(self)

source code 
None

_set_id(self, parent=None)

source code 
None

_get_filters(self)

source code 
None

_set_filters(self, f)

source code 
None

_get_dimensions(self)

source code 
None

_get_shape(self)

source code 
None

_set_shape(self, shape)

source code 
None

_get_type(self)

source code 
None

_set_type(self, type)

source code 
None

__copy__(self)

source code 
None

__deepcopy__(self, memo=None, _nil=[])

source code 
None

Property Details [hide private]

data

None
Get Method:
dap.dtypes.GridType._get_data(self)
Set Method:
dap.dtypes.GridType._set_data(self, data)
Delete Method:
None                                                                  

id

None
Get Method:
dap.dtypes.GridType._get_id(self)
Set Method:
None                                                                  
Delete Method:
None                                                                  

filters

None
Get Method:
dap.dtypes.GridType._get_filters(self)
Set Method:
dap.dtypes.GridType._set_filters(self, f)
Delete Method:
None                                                                  

dimensions

None
Get Method:
dap.dtypes.GridType._get_dimensions(self)
Set Method:
None                                                                  
Delete Method:
None                                                                  

shape

None
Get Method:
dap.dtypes.GridType._get_shape(self)
Set Method:
dap.dtypes.GridType._set_shape(self, shape)
Delete Method:
None                                                                  

type

None
Get Method:
dap.dtypes.GridType._get_type(self)
Set Method:
dap.dtypes.GridType._set_type(self, type)
Delete Method:
None