|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.geosolutions.jaiext.range.Range
it.geosolutions.jaiext.range.RangeFloat
public class RangeFloat
This class is a subclass of the Range
class handling float data.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class it.geosolutions.jaiext.range.Range |
---|
Range.DataType |
Method Summary | |
---|---|
boolean |
contains(float value)
Method for checking if a float value is contained inside the Range |
Range.DataType |
getDataType()
Returns the Range data Type |
Number |
getMax()
Returns the maximum bound of the Range |
Number |
getMin()
Returns the minimum bound of the Range |
boolean |
isPoint()
Indicates if the Range is a degenerated single point Range or not |
Methods inherited from class it.geosolutions.jaiext.range.Range |
---|
contains, contains, contains, contains, contains, contains |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean contains(float value)
Range
contains
in class Range
public Range.DataType getDataType()
Range
getDataType
in class Range
public boolean isPoint()
Range
isPoint
in class Range
public Number getMax()
Range
getMax
in class Range
public Number getMin()
Range
getMin
in class Range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |