T
- type of the source rangeU
- type of the destination valuepublic class LookupItem<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> extends Object
RangeLookupTable
to associate a source value lookup range with a destination value.Constructor and Description |
---|
LookupItem(Range range,
U value)
Creates a new instance.
|
public LookupItem(Range range, U value)
range
- the source value lookup rangevalue
- the destination value associated with this rangeIllegalArgumentException
- if either arg is null
Copyright © 2006–2017 GeoSolutions. All rights reserved.