Uses of Class
org.geotools.util.MeasurementRange

Packages that use MeasurementRange
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.util Contains utilities and addition to the collection framework. 
 

Uses of MeasurementRange in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing that return MeasurementRange
 MeasurementRange<?> ColorMap.getGeophysicsRange(java.lang.CharSequence category)
          Returns the range of geophysics values for the given category.
 

Methods in org.geotools.coverage.processing with parameters of type MeasurementRange
 void ColorMap.setGeophysicsRange(java.lang.CharSequence category, MeasurementRange<?> range)
          Sets a range of geophysics values for the color ramp associated with a quantitative category.
 

Uses of MeasurementRange in org.geotools.util
 

Methods in org.geotools.util that return MeasurementRange
<N extends java.lang.Number & java.lang.Comparable<? super N>>
MeasurementRange<N>
MeasurementRange.castTo(java.lang.Class<N> type)
          Casts this range to the specified type.
 MeasurementRange MeasurementRange.convertTo(javax.measure.unit.Unit<?> targetUnits)
          Converts this range to the specified units.
static MeasurementRange<java.lang.Double> MeasurementRange.create(double minimum, boolean isMinIncluded, double maximum, boolean isMaxIncluded, javax.measure.unit.Unit<?> units)
          Constructs a range of double values.
static MeasurementRange<java.lang.Double> MeasurementRange.create(double minimum, double maximum, javax.measure.unit.Unit<?> units)
          Constructs an inclusive range of double values.
static MeasurementRange<java.lang.Float> MeasurementRange.create(float minimum, boolean isMinIncluded, float maximum, boolean isMaxIncluded, javax.measure.unit.Unit<?> units)
          Constructs a range of float values.
static MeasurementRange<java.lang.Float> MeasurementRange.create(float minimum, float maximum, javax.measure.unit.Unit<?> units)
          Constructs an inclusive range of float values.
 MeasurementRange MeasurementRange.intersect(Range range)
          Returns the intersection of this range with the given range.
 MeasurementRange[] MeasurementRange.subtract(Range range)
          Returns the range of values that are in this range but not in the given range.
 MeasurementRange MeasurementRange.union(Range range)
          Returns the union of this range with the given range.
 

Constructors in org.geotools.util with parameters of type MeasurementRange
DateRange(MeasurementRange<?> range, java.util.Date origin)
          Creates a date range from the specified measurement range.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.