case class Options(method: resample.ResampleMethod = ResampleMethods.NearestNeighbor, errorThreshold: Double = 0.125, parentGridExtent: Option[GridExtent[Long]] = None, targetRasterExtent: Option[RasterExtent] = None, targetCellSize: Option[CellSize] = None) extends Product with Serializable
Reprojection options.
- method
The resampling method that will be used in this reprojection.
- errorThreshold
Error threshold when using approximate row transformations in reprojection. This default comes from GDAL 1.11 code.
- parentGridExtent
An optional GridExtent that if set represents the target grid extent for some parent window, which reprojected extents will snap to. Use with caution.
- targetRasterExtent
The target raster extent to reproject to.
- targetCellSize
An optional cell size that if set will be used for for the projected raster. Use with caution.
- Alphabetic
- By Inheritance
- Options
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Options(method: resample.ResampleMethod = ResampleMethods.NearestNeighbor, errorThreshold: Double = 0.125, parentGridExtent: Option[GridExtent[Long]] = None, targetRasterExtent: Option[RasterExtent] = None, targetCellSize: Option[CellSize] = None)
- method
The resampling method that will be used in this reprojection.
- errorThreshold
Error threshold when using approximate row transformations in reprojection. This default comes from GDAL 1.11 code.
- parentGridExtent
An optional GridExtent that if set represents the target grid extent for some parent window, which reprojected extents will snap to. Use with caution.
- targetRasterExtent
The target raster extent to reproject to.
- targetCellSize
An optional cell size that if set will be used for for the projected raster. Use with caution.
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorThreshold: Double
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val method: resample.ResampleMethod
-
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 parentGridExtent: Option[GridExtent[Long]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetCellSize: Option[CellSize]
- val targetRasterExtent: Option[RasterExtent]
-
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()