Home | Trees | Indices | Help |
|
---|
|
init(MultipleInvocations)
FMEInt8Tile class.
Create an instance of a FMEInt8Tile object.
init(numRow, numCol)
Creates a FMEInt8Tile with the given parameters.
Parameters
numRow (int)
- The number of rows.
numCol (int)
- The number of columns.
Returns: FMEInt8Tile
init(tile)
Create a copy of the passed in tile object.
Parameters
tile FMEInt8Tile
- The tile object to create a
copy of.
Returns: FMEInt8Tile
|
|||
|
|||
list of list(s) where each list contains int
|
|
||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns data values of the tile.
|
This method sets the contents of the tile data values using the provided data list.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 20 06:21:00 2017 | http://epydoc.sourceforge.net |