trait ReadState extends AnyRef
- Alphabetic
- By Inheritance
- ReadState
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
assignFromSource(sourceIndex: Int, dest: MutableArrayTile, destIndex: Int): Unit
Assign an indexed source value to the destination RasterData at the specified index.
Assign an indexed source value to the destination RasterData at the specified index.
- Attributes
- protected[this]
-
abstract
def
getType: CellType
Defines the type of Raster this ReadState will read.
-
abstract
def
initSource(position: Int, size: Int): Unit
This function is called to initialize the source data in preperation for resampling and assigning into the destination RasterData.
This function is called to initialize the source data in preperation for resampling and assigning into the destination RasterData.
- Attributes
- protected[this]
- abstract val rasterExtent: RasterExtent
- abstract val target: RasterExtent
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createTile(cols: Int, rows: Int): MutableArrayTile
Creates the Tile of the resampled Raster.
Creates the Tile of the resampled Raster. By default creates an ArrayTile of the type defined by getType.
-
def
destroy(): Unit
Called for cleanup after the ReadState is no longer used.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadRaster(): Tile
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
translate(data: MutableArrayTile): Unit
Overwrite this to translate data from source to destination, for example to tranlsate NoData values.
Overwrite this to translate data from source to destination, for example to tranlsate NoData values.
- Attributes
- protected[this]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()