case class TargetAlignment(grid: GridExtent[_]) extends ResampleTarget with Product with Serializable
Snap to a target grid - useful prior to comparison between rasters as a means of ensuring clear correspondence between underlying cell values
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TargetAlignment
- Serializable
- Serializable
- Product
- Equals
- ResampleTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TargetAlignment(grid: GridExtent[_])
Value Members
-
def
apply[N](source: ⇒ GridExtent[N])(implicit arg0: Integral[N]): GridExtent[N]
Provided a gridextent, construct a new GridExtent that satisfies target constraint(s)
Provided a gridextent, construct a new GridExtent that satisfies target constraint(s)
- source
a grid extent to be reshaped; call by name as it does not need to be called in all cases
- Definition Classes
- TargetAlignment → ResampleTarget
- val grid: GridExtent[_]