class Float32ConstantNoDataGeoTiffSegment extends Float32GeoTiffSegment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Float32ConstantNoDataGeoTiffSegment
- Float32GeoTiffSegment
- GeoTiffSegment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
val
buffer: FloatBuffer
- Attributes
- protected
- Definition Classes
- Float32GeoTiffSegment
-
val
bytes: Array[Byte]
represents all of the bytes in the segment
represents all of the bytes in the segment
- Definition Classes
- Float32GeoTiffSegment → GeoTiffSegment
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
convert(cellType: CellType): Array[Byte]
Converts the segment to the given CellType
Converts the segment to the given CellType
- returns
An Array[Byte] that contains the new CellType values
- Definition Classes
- GeoTiffSegment
-
def
doubleToFloatOut(v: Double): Float
- Attributes
- protected
- Definition Classes
- Float32ConstantNoDataGeoTiffSegment → Float32GeoTiffSegment
-
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] )
-
def
get(i: Int): Float
- Definition Classes
- Float32GeoTiffSegment
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDouble(i: Int): Double
- Definition Classes
- Float32ConstantNoDataGeoTiffSegment → Float32GeoTiffSegment → GeoTiffSegment
-
def
getInt(i: Int): Int
- Definition Classes
- Float32ConstantNoDataGeoTiffSegment → Float32GeoTiffSegment → GeoTiffSegment
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
intToFloatOut(v: Int): Float
- Attributes
- protected
- Definition Classes
- Float32ConstantNoDataGeoTiffSegment → Float32GeoTiffSegment
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map(f: (Int) ⇒ Int): Array[Byte]
- Definition Classes
- Float32GeoTiffSegment → GeoTiffSegment
-
def
mapDouble(f: (Double) ⇒ Double): Array[Byte]
- Definition Classes
- Float32GeoTiffSegment → GeoTiffSegment
-
def
mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
- Definition Classes
- Float32GeoTiffSegment → GeoTiffSegment
-
def
mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
- Definition Classes
- Float32GeoTiffSegment → GeoTiffSegment
-
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()
-
val
size: Int
- Definition Classes
- Float32GeoTiffSegment → GeoTiffSegment
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()