Range.DataType
isMaxIncluded, isMinIncluded
Modifier and Type | Method and Description |
---|---|
boolean |
contains(long value)
Method for checking if a long 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
|
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
public boolean contains(long 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
Copyright © 2006–2015 GeoSolutions. All rights reserved.