Package mil.nga.geopackage.user
Class ColumnRange
- java.lang.Object
-
- mil.nga.geopackage.user.ColumnRange
-
public class ColumnRange extends Object
Column Range wrapper to specify a range and additional attributes, such as a tolerance for floating point numbers- Since:
- 6.6.7
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description ColumnRange(Number min, Number max)
ConstructorColumnRange(Number min, Number max, Double tolerance)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Number
getMax()
Get the max valueNumber
getMin()
Get the min valueDouble
getTolerance()
Get the tolerance
-