Home | Trees | Indices | Help |
|
---|
|
init(MultipleInvocations)
FMEBand class.
Create an instance of a FMEBand object.
init(populator, rasterProperties, bandProperties, nodataValue)
Creates a Band instance using given arguments.
Parameters
populator (FMEBandTilePopulator)
- BandTilePopulator
object.
rasterProperties (FMERasterProperties)
- RasterProperties
object.
bandProperties (FMEBandProperties)
- BandProperties object.
nodataValue (FMETile)
- (Optional) The value that
represents unknown or invalid data.
Returns: FMEBand
init(band)
Create a copy of the passed in band object.
Parameters
band FMEBand
- The band object to create a copy
of.
Returns: FMEBand
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
None
|
|
||
None
|
|
||
bool
|
|
||
None
|
|
||
int
|
|
||
Concrete type of FMETile |
|
||
Concrete type of FMETile |
|
||
Concrete type of FMETile or None
|
|
||
int
|
|
||
FMEPalette |
|
||
FMEBandProperties |
|
||
FMERasterProperties |
|
||
Concrete class of FMETile type |
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
FMEPalette |
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
tuple of int
|
|
||
None
|
|
||
None
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Appends FMEPalette to the band.
|
Enables/disables caching for this band.
|
Tells whether two bands are identical.
|
Returns ID of the last band cache.
|
Returns maximum value of the band.
|
Returns minimum value of the band.
|
Returns nodataValue of the band. This value represents unknown or invalid data. Often the value is at one of the extremes of the data type range. If the band does not have a nodata value, None will be returned.
|
Returns the number of palettes in a band.
|
Returns a palette from the band based on its numbered order in the band.
|
Returns band properties of this band.
|
Returns raster properties of the raster where this band is appended.
|
Populates a tile of data in the interpretation of the band starting at the values of row and col and encapsulating the number of columns defined in the tile.
|
Returns whether the band has been modified from its baseline state.
|
Returns whether the band's data has been modified from its baseline state.
|
Tells whether the band knows its max value.
|
Tells whether the band knows its min value.
|
Tells whether the band is selected for operations.
|
Removes and returns a palette from the band.
|
Identifies the data that will be eligible for caching through getTile() call. Call should be made before requesting tiles to improve caching efficiency.
|
Sets delete flag, identifying whether the band should delete its source data file when destroyed.
|
Sets the max value of the band.
|
Sets the min value of the band.
|
Sets whether band has been modified from baseline state. Note that hasBeenModified is initially set to False.
|
Changes the size of the source data.
|
Set the rasterProperties.
|
Selects/ Deselects band for operations.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 20 06:20:54 2017 | http://epydoc.sourceforge.net |