Uses of Class
org.geotools.api.util.UnlimitedInteger
-
Packages that use UnlimitedInteger Package Description org.geotools.api.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of UnlimitedInteger in org.geotools.api.util
Fields in org.geotools.api.util declared as UnlimitedInteger Modifier and Type Field Description static UnlimitedInteger
UnlimitedInteger. NEGATIVE_INFINITY
A constant holding the negative infinity.static UnlimitedInteger
UnlimitedInteger. POSITIVE_INFINITY
A constant holding the positive infinity.Methods in org.geotools.api.util with parameters of type UnlimitedInteger Modifier and Type Method Description int
UnlimitedInteger. compareTo(UnlimitedInteger other)
Compares twoUnlimitedInteger
objects numerically.
-