Class

geotrellis.gdal

GDALRasterAttributeTable

Related Doc: package gdal

Permalink

case class GDALRasterAttributeTable(underlying: RasterAttributeTable) extends Cloneable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Cloneable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GDALRasterAttributeTable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Cloneable
  7. Cloneable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GDALRasterAttributeTable(underlying: RasterAttributeTable)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def changesAreWrittenToFile: Int

    Permalink
  6. def clone(): GDALRasterAttributeTable

    Permalink
    Definition Classes
    GDALRasterAttributeTable → AnyRef
  7. def createColumn(pszName: String, eType: Int, eUsage: Int): Int

    Permalink
  8. def delete: Unit

    Permalink
  9. def dumpReadable: Unit

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GDALRasterAttributeTable → AnyRef
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getColOfUsage(eUsage: Int): Int

    Permalink
  14. def getColumnCount: Int

    Permalink
  15. def getLinearBinning(pdfRow0Min: Array[Double], pdfBinSize: Array[Double]): Boolean

    Permalink
  16. def getNameOfCol(iCol: Int): String

    Permalink
  17. def getRowCount: Int

    Permalink
  18. def getRowOfValue(dfValue: Double): Int

    Permalink
  19. def getTypeOfCol(iCol: Int): Int

    Permalink
  20. def getUsageOfCol(iCol: Int): Int

    Permalink
  21. def getValueAsDouble(iRow: Int, iCol: Int): Double

    Permalink
  22. def getValueAsInt(iRow: Int, iCol: Int): Int

    Permalink
  23. def getValueAsString(iRow: Int, iCol: Int): String

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def setLinearBinning(dfRow0Min: Double, dfBinSize: Double): Int

    Permalink
  29. def setRowCount(nCount: Int): Unit

    Permalink
  30. def setValueAsDouble(iRow: Int, iCol: Int, dfValue: Double): Unit

    Permalink
  31. def setValueAsInt(iRow: Int, iCol: Int, nValue: Int): Unit

    Permalink
  32. def setValueAsString(iRow: Int, iCol: Int, pszValue: String): Unit

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val underlying: RasterAttributeTable

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped