Class/Object

geotrellis.raster.gdal

GDALWarpOptions

Related Docs: object GDALWarpOptions | package gdal

Permalink

case class GDALWarpOptions(outputFormat: Option[String] = Some("VRT"), resampleMethod: Option[resample.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] = None, teCRS: Option[CRS] = None, srcNoData: List[String] = Nil, dstNoData: List[String] = Nil, ovr: Option[OverviewStrategy] = Some(OverviewStrategy.DEFAULT), 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

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

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

Instance Constructors

  1. new GDALWarpOptions(outputFormat: Option[String] = Some("VRT"), resampleMethod: Option[resample.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] = None, teCRS: Option[CRS] = None, srcNoData: List[String] = Nil, dstNoData: List[String] = Nil, ovr: Option[OverviewStrategy] = Some(OverviewStrategy.DEFAULT), 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)

    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. val alignTargetPixels: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val cblend: Option[String]

    Permalink
  7. val cellSize: Option[CellSize]

    Permalink
  8. val cl: Option[String]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val co: List[(String, String)]

    Permalink
  11. def combine(that: GDALWarpOptions): GDALWarpOptions

    Permalink
  12. def convert(targetCellType: TargetCellType, noDataValue: Option[Double], dimensions: Option[(Int, Int)]): GDALWarpOptions

    Permalink

    Adjust GDAL options to represents conversion to desired cell type.

    Adjust GDAL options to represents conversion to desired cell type. This call matches semantics and arguments of {@see RasterSource#convert}

  13. val cropToCutline: Boolean

    Permalink
  14. val csql: Option[String]

    Permalink
  15. val cutline: Option[String]

    Permalink
  16. val cvmd: Option[String]

    Permalink
  17. val cwhere: Option[String]

    Permalink
  18. def datasetType: DatasetType

    Permalink
  19. val dimensions: Option[(Int, Int)]

    Permalink
  20. val doo: List[(String, String)]

    Permalink
  21. val dstAlpha: Boolean

    Permalink
  22. val dstFile: Option[String]

    Permalink
  23. val dstNoData: List[String]

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

    Permalink
    Definition Classes
    AnyRef
  25. val errorThreshold: Option[Double]

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. val geoloc: Boolean

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def isEmpty: Boolean

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val multi: Boolean

    Permalink
  32. lazy val name: String

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. val noSrcAlpha: Boolean

    Permalink
  35. val nomd: Boolean

    Permalink
  36. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. val novShiftGrid: Boolean

    Permalink
  39. val oo: List[(String, String)]

    Permalink
  40. val order: Option[Int]

    Permalink
  41. val outputFormat: Option[String]

    Permalink
  42. val outputType: Option[String]

    Permalink
  43. val overwrite: Boolean

    Permalink
  44. val ovr: Option[OverviewStrategy]

    Permalink
  45. val q: Boolean

    Permalink
  46. val refineGCPs: Option[(Double, Int)]

    Permalink
  47. def reproject(rasterExtent: GridExtent[Long], sourceCRS: CRS, targetCRS: CRS, resampleTarget: ResampleTarget = DefaultTarget, resampleMethod: resample.ResampleMethod = NearestNeighbor): GDALWarpOptions

    Permalink

    Adjust GDAL options to represents reprojection with following parameters.

    Adjust GDAL options to represents reprojection with following parameters. This call matches semantics and arguments of {@see RasterSource#reproject}

  48. def resample(gridExtent: ⇒ GridExtent[Long], resampleTarget: ResampleTarget): GDALWarpOptions

    Permalink

    Adjust GDAL options to represents resampling with following parameters .

    Adjust GDAL options to represents resampling with following parameters . This call matches semantics and arguments of {@see RasterSource#resample}

  49. val resampleMethod: Option[resample.ResampleMethod]

    Permalink
  50. val rps: Boolean

    Permalink
  51. val setci: Boolean

    Permalink
  52. val sourceCRS: Option[CRS]

    Permalink
  53. val srcAlpha: Boolean

    Permalink
  54. val srcFile: List[String]

    Permalink
  55. val srcNoData: List[String]

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

    Permalink
    Definition Classes
    AnyRef
  57. val targetCRS: Option[CRS]

    Permalink
  58. val te: Option[Extent]

    Permalink
  59. val teCRS: Option[CRS]

    Permalink
  60. val to: List[(String, String)]

    Permalink
  61. def toString(): String

    Permalink
    Definition Classes
    GDALWarpOptions → AnyRef → Any
  62. def toWarpOptionsList: List[String]

    Permalink
  63. val tps: Boolean

    Permalink
  64. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. val wm: Option[Int]

    Permalink
  68. val wo: List[(String, String)]

    Permalink
  69. val wt: Option[String]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped