public final class LookupTableFactory extends Object
LookupTableJAI
objects built from an array of MathTransform1D
. This
factory is used internally by GridCoverageViews#create
.Modifier and Type | Method and Description |
---|---|
static LookupTableJAI |
create(int sourceType,
int targetType,
MathTransform1D[] transforms)
Gets a lookup factory
|
boolean |
equals(Object other)
Compares the specified object with this key for equality.
|
int |
hashCode()
Returns a hash code value for this key.
|
public static LookupTableJAI create(int sourceType, int targetType, MathTransform1D[] transforms) throws TransformException
sourceType
- The source data type. Should be one of DataBuffer
constants.targetType
- The target data type. Should be one of DataBuffer
constants.transforms
- The math transforms to apply.null
if this method can't build a lookup table for the
supplied parameters.TransformException
- if a transformation failed.public int hashCode()
LookupTableFactory
and is public only as an implementation side effect.Copyright © 1996–2019 Geotools. All rights reserved.