FMERaster class.
Create an instance of a FMERaster object.
Creates a raster with the given raster properties.
Create a copy of the passed in raster object.
|
__init__(MultipleInvocations)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
None
|
|
bool
|
equals(raster)
Evaluates whether two rasters are identical. |
|
|
FMEBand
|
getBand(bandIndex)
Returns a band from the raster based on its numbered order in the
raster. |
|
|
FMEPolygon
|
|
int
|
|
FMERasterProperties
|
|
string
|
|
string
|
|
bool
|
hasBeenModified()
Returns whether the raster has been modified from its baseline state. |
|
|
FMEBand
|
removeBand(bandIndex)
Removes and returns a band from the raster. |
|
|
None
|
setModified(modified)
Sets whether the raster has been modified from some baseline state. |
|
|
tuple of int
|
setOutputSize(rows,
cols)
Change the source to the size specified. |
|
|
Inherited from FMEGeometry :
__getObject__ ,
__new__ ,
boundingBox ,
boundingCube ,
bounds ,
clearMeasures ,
copyAttributesFromFeature ,
copyNameFromGeometry ,
copyTraitsFromGeometry ,
copyTraitsToFeature ,
deleteName ,
force2D ,
force3D ,
getArea ,
getMeasureNames ,
getName ,
getTrait ,
getTraitNames ,
getTraitNullMissingAndType ,
getTraitType ,
hasMeasures ,
hasName ,
is3D ,
isCollection ,
measureExists ,
removeMeasure ,
removeTraits ,
renameMeasure ,
setName ,
setTrait ,
setTraitNullWithType
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|