Range.DataType
Modifier and Type | Field and Description |
---|---|
static RangeDouble |
FULL_RANGE |
isMaxIncluded, isMinIncluded
Modifier and Type | Method and Description |
---|---|
boolean |
contains(double value)
Method for checking if a double value is contained inside the Range
|
Range.DataType |
getDataType()
Returns the Range data Type
|
Number |
getMax()
Returns the maximum bound of the Range
|
Number |
getMax(boolean isMaxIncluded)
Returns the maximum bound of the Range or the nearest one if not included
|
Number |
getMin()
Returns the minimum bound of the Range
|
Number |
getMin(boolean isMinIncluded)
Returns the minimum bound of the Range or the nearest one if not included
|
Range |
intersection(Range other) |
boolean |
isNaN()
Returns true if and only if the current Range is a point representing NaN
|
boolean |
isNanIncluded()
Returns true if the current Range accepts NaN values
|
boolean |
isPoint()
Indicates if the Range is a degenerated single point Range or not
|
Range |
union(Range other) |
compare, contains, contains, contains, contains, contains, contains, containsN, equals, hash, hash, hash, hashCode, intersects, isMaxIncluded, isMinIncluded, setMaxIncluded, setMinIncluded, toString
public static RangeDouble FULL_RANGE
public boolean contains(double value)
Range
public Range.DataType getDataType()
Range
getDataType
in class Range
public boolean isPoint()
Range
public Number getMax()
Range
public Number getMin()
Range
public Number getMax(boolean isMaxIncluded)
Range
public Number getMin(boolean isMinIncluded)
Range
public boolean isNanIncluded()
Range
isNanIncluded
in class Range
public boolean isNaN()
Range
public Range intersection(Range other)
intersection
in class Range
Copyright © 2006–2015 GeoSolutions. All rights reserved.