Range.DataType
Modifier and Type | Field and Description |
---|---|
static RangeInt |
FULL_RANGE |
isMaxIncluded, isMinIncluded
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int value)
Method for checking if an integer 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 |
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, isNaN, isNanIncluded, setMaxIncluded, setMinIncluded, toString
public static RangeInt FULL_RANGE
public boolean contains(int 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 Range intersection(Range other)
intersection
in class Range
Copyright © 2006–2017 GeoSolutions. All rights reserved.