Range.DataType
Modifier and Type | Field and Description |
---|---|
static RangeByte |
FULL_RANGE |
isMaxIncluded, isMinIncluded
Modifier and Type | Method and Description |
---|---|
boolean |
contains(byte value)
Method for checking if a byte 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 RangeByte FULL_RANGE
public boolean contains(byte value)
Range
public Range.DataType getDataType()
Range
getDataType
in class Range
public boolean isPoint()
Range
public Number getMax()
Range
public Number getMax(boolean isMaxIncluded)
Range
public Number getMin(boolean isMinIncluded)
Range
public Number getMin()
Range
public Range intersection(Range other)
intersection
in class Range
Copyright © 2006–2018 GeoSolutions. All rights reserved.