case class TargetRegion(region: GridExtent[_]) extends ResampleTarget with Product with Serializable
Resample, sampling values into a user-supplied GridExtent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TargetRegion
- Serializable
- Serializable
- Product
- Equals
- ResampleTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TargetRegion(region: 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
- TargetRegion → ResampleTarget
- val region: GridExtent[_]