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 UnlimitedIntegerUnlimitedInteger. NEGATIVE_INFINITYA constant holding the negative infinity.static UnlimitedIntegerUnlimitedInteger. POSITIVE_INFINITYA constant holding the positive infinity.Methods in org.geotools.api.util with parameters of type UnlimitedInteger Modifier and Type Method Description intUnlimitedInteger. compareTo(UnlimitedInteger other)Compares twoUnlimitedIntegerobjects numerically. 
 -