Package

geotrellis

gdal

Permalink

package gdal

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gdal
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class CellTypeMethods extends AnyRef

    Permalink
  2. sealed abstract class GDALDataType extends AnyRef

    Permalink
  3. implicit class GDALDatasetMethods extends AnyRef

    Permalink
  4. case class GDALInfoOptions(computeMinMax: Boolean = false, showStats: Boolean = false, showApproxStats: Boolean = true, showHistogram: Boolean = false, showGcps: Boolean = true, showMetadata: Boolean = true, showColorTable: Boolean = true, showRAT: Boolean = true, computeChecksum: Boolean = false, mdds: Seq[String] = Seq(), file: File = null) extends Product with Serializable

    Permalink
  5. implicit class GDALRasterBandMethods extends AnyRef

    Permalink
  6. class GDALReader extends AnyRef

    Permalink
  7. implicit class GDALSpatialReference extends AnyRef

    Permalink
  8. implicit class GDALWarpOptionOptionsListDatasetDependentMethods extends AnyRef

    Permalink
  9. case class GDALWarpOptions(outputFormat: Option[String] = Some("VRT"), resampleMethod: Option[ResampleMethod] = None, errorThreshold: Option[Double] = None, cellSize: Option[CellSize] = None, alignTargetPixels: Boolean = true, dimensions: Option[(Int, Int)] = None, sourceCRS: Option[CRS] = None, targetCRS: Option[CRS] = None, te: Option[(Extent, CRS)] = None, srcNoData: List[Double] = Nil, dstNoData: List[Double] = Nil, ovr: Option[OverviewStrategy] = Some(AutoHigherResolution), to: List[(String, String)] = Nil, novShiftGrid: Boolean = false, order: Option[Int] = None, tps: Boolean = false, rps: Boolean = false, geoloc: Boolean = false, refineGCPs: Option[(Double, Int)] = None, wo: List[(String, String)] = Nil, outputType: Option[String] = None, wt: Option[String] = None, srcAlpha: Boolean = false, noSrcAlpha: Boolean = false, dstAlpha: Boolean = false, wm: Option[Int] = None, multi: Boolean = false, q: Boolean = false, co: List[(String, String)] = Nil, cutline: Option[String] = None, cl: Option[String] = None, cwhere: Option[String] = None, csql: Option[String] = None, cblend: Option[String] = None, cropToCutline: Boolean = false, overwrite: Boolean = false, nomd: Boolean = false, cvmd: Option[String] = None, setci: Boolean = false, oo: List[(String, String)] = Nil, doo: List[(String, String)] = Nil, srcFile: List[String] = Nil, dstFile: Option[String] = None) extends Product with Serializable

    Permalink

    GDALWarpOptions basically should cover https://www.gdal.org/gdalwarp.html

  10. implicit class GDALWarpOptionsListDatasetDependentMethods extends AnyRef

    Permalink
  11. implicit class GDALWarpOptionsListDependentMethods extends AnyRef

    Permalink
  12. implicit class GDALWarpOptionsListMethods extends AnyRef

    Permalink
  13. implicit class GDALWarpOptionsOptionMethods extends AnyRef

    Permalink
  14. class RasterColor extends AnyRef

    Permalink
  15. implicit final class StringMethods extends AnyVal

    Permalink
  16. case class VSIPath(uri: String, compressedFileDelimiter: String = "!") extends Product with Serializable

    Permalink

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. object GDAL extends LazyLogging

    Permalink
  5. object GDALDataType

    Permalink
  6. object GDALInfo

    Permalink
  7. object GDALInfoOptions extends Serializable

    Permalink
  8. object GDALReader

    Permalink
  9. object GDALUtils

    Permalink
  10. object Patterns

    Permalink
  11. object RasterColor

    Permalink
  12. object Schemes

    Permalink
  13. object TypeByte extends GDALDataType with Product with Serializable

    Permalink
  14. object TypeCFloat32 extends GDALDataType with Product with Serializable

    Permalink
  15. object TypeCFloat64 extends GDALDataType with Product with Serializable

    Permalink
  16. object TypeCInt16 extends GDALDataType with Product with Serializable

    Permalink
  17. object TypeCInt32 extends GDALDataType with Product with Serializable

    Permalink
  18. object TypeFloat32 extends GDALDataType with Product with Serializable

    Permalink
  19. object TypeFloat64 extends GDALDataType with Product with Serializable

    Permalink
  20. object TypeInt16 extends GDALDataType with Product with Serializable

    Permalink
  21. object TypeInt32 extends GDALDataType with Product with Serializable

    Permalink
  22. object TypeUInt16 extends GDALDataType with Product with Serializable

    Permalink
  23. object TypeUInt32 extends GDALDataType with Product with Serializable

    Permalink
  24. object UnknownType extends GDALDataType with Product with Serializable

    Permalink
  25. object VSIPath extends Serializable

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. package cache

    Permalink
  28. package config

    Permalink
  29. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped