Home | Trees | Indices | Help |
|
---|
|
init()
FMETile is an abstract class. It cannot be created directly.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
list of bytearrays
|
|
||
list of string
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
int
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Returns a list of bytearrays where each bytearray represents the data values of each row of the tile.
|
Get a list that contains values of the tiles. One string is added to the list for each cell in the specified area. If the specified area falls outside the bounds of the tile, the string array will not be modified. startRow, startCols, numRows, and numCols should be a integer greater than or equal to 0.
|
Get the data type of a raster tile. Returns one of: FME_DATA_TYPE_NULL FME_DATA_TYPE_REAL64 FME_DATA_TYPE_REAL32 FME_DATA_TYPE_UINT64 FME_DATA_TYPE_INT64 FME_DATA_TYPE_UINT32 FME_DATA_TYPE_INT32 FME_DATA_TYPE_UINT16 FME_DATA_TYPE_INT16 FME_DATA_TYPE_UINT8 FME_DATA_TYPE_INT8
|
Get the number of bits in the data type of a raster tile.
|
Get the interpretation of a raster tile. Returns one of: FME_INTERPRETATION_NULL FME_INTERPRETATION_REAL64 FME_INTERPRETATION_REAL32 FME_INTERPRETATION_UINT64 FME_INTERPRETATION_INT64 FME_INTERPRETATION_UINT32 FME_INTERPRETATION_INT32 FME_INTERPRETATION_UINT16 FME_INTERPRETATION_INT16 FME_INTERPRETATION_UINT8 FME_INTERPRETATION_INT8 FME_INTERPRETATION_RGB24 FME_INTERPRETATION_RGBA32 FME_INTERPRETATION_RGB48 FME_INTERPRETATION_RGBA64 FME_INTERPRETATION_GRAY8 FME_INTERPRETATION_GRAY16 FME_INTERPRETATION_RED8 FME_INTERPRETATION_RED16 FME_INTERPRETATION_GREEN8 FME_INTERPRETATION_GREEN16 FME_INTERPRETATION_BLUE8 FME_INTERPRETATION_BLUE16 FME_INTERPRETATION_ALPHA8 FME_INTERPRETATION_ALPHA16 FME_INTERPRETATION_STRING
|
Get the number of bits in the interpretation of a raster tile.
|
Get the number of components in the interpretation of a raster tile.
|
Get the number of columns in a raster tile.
|
Get the number of instances of the data type in a cell of a raster tile.
|
Get the number of Rows in a raster tile.
|
Get the number of bytes in the raster tile. This is equal to numRows * numCols * (interpretationBitDepth / 8)).
|
Get the number of component data types in the raster tile. This is equal to numRows * numCols * interpretationNumComponents.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 20 06:21:05 2017 | http://epydoc.sourceforge.net |