| Name | Description | Type | Package | Framework |
| AbstractInternationalString | A string that has been internationalized into several locales. | Class | org.geotools.util | GeoTools |
|
| BooleanConverterFactory | ConverterFactory for handling boolean conversions. | Class | org.geotools.util | GeoTools |
|
| CanonicalSet | A canonical set of objects, used to optimize memory use. | Class | org.geotools.util | GeoTools |
|
| CharsetConverterFactory | Converter for going from a String to a Charset and vice versa. | Class | org.geotools.util | GeoTools |
|
| CheckedArrayList | A checked and synchronized List. | Class | org.geotools.util | GeoTools |
|
| CheckedCollection | Collection that ensures that all elements are assignable to a given base type. | Interface | org.geotools.util | GeoTools |
|
| CheckedHashMap | A checked and synchronized Map. | Class | org.geotools.util | GeoTools |
|
| CheckedHashSet | A checked and synchronized Set. | Class | org.geotools.util | GeoTools |
|
| CollectionConverterFactory | Converts among arrays and different collection classes. | Class | org.geotools.util | GeoTools |
|
| ColorConverterFactory | ConverterFactory for handling color conversions. | Class | org.geotools.util | GeoTools |
|
| CommonsConverterFactory | Convert String to common scalar values. | Class | org.geotools.util | GeoTools |
|
| CommonsLoggerFactory | A factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework. | Class | org.geotools.util.logging | GeoTools |
|
| Comparators | General purpose comparators. | Class | org.geotools.util | GeoTools |
|
| ComplexAttributeConverterFactory | This converter retrieves the values out of attributes. | Class | org.geotools.util | GeoTools |
|
| Converter | Converts values of one type into another. | Interface | org.geotools.util | GeoTools |
|
| ConverterFactory | Factory used to create instances of Converter. | Interface | org.geotools.util | GeoTools |
|
| Converters | Convenience class for converting an object from one type to an object of another. | Class | org.geotools.util | GeoTools |
|
| DateRange | | Class | org.geotools.util | GeoTools |
|
| DefaultProgressListener | Default Implementation of ProgressListener that does retain exceptions. | Class | org.geotools.util | GeoTools |
|
| DefaultProgressListener .Warning | Collector class for warnings. | Class | org.geotools.util.DefaultProgressListener | GeoTools |
|
| DelegateProgressListener | | Class | org.geotools.util | GeoTools |
|
| DerivedMap | A map whose keys are derived from an other map. | Class | org.geotools.util | GeoTools |
|
| DerivedSet | A set whose values are derived from an other set. | Class | org.geotools.util | GeoTools |
|
| DisjointSet | A set which is disjoint from others DisjointSets. | Class | org.geotools.util | GeoTools |
|
| EnumerationConverterFactory | Converts between enumerations and stringsAuthor:Andrea Aime - OpenGeo | Class | org.geotools.util | GeoTools |
|
| FrequencySortedSet | A set with elements ordered by the amount of time they were added. | Class | org.geotools.util | GeoTools |
|
| GenericName | Base class for generic scoped and local name structure for type and attribute | Class | org.geotools.util | GeoTools |
|
| GeometryConverterFactory | Converter factory performing converstions among geometric types. | Class | org.geotools.util | GeoTools |
|
| GeometryTypeConverterFactory | Converter factory performing conversions among JTS geometries of different types. | Class | org.geotools.util | GeoTools |
|
| GrowableInternationalString | An implementation of international string using a map of strings for different locales. | Class | org.geotools.util | GeoTools |
|
| IntegerList | A list of unsigned integer values. | Class | org.geotools.util | GeoTools |
|
| InterpolationProperties | Stores properties and provides methods to support interpolation of properties in a file. | Class | org.geotools.util | GeoTools |
|
| KeySortedList | List of elements sorted by a key which is not the element itself. | Class | org.geotools.util | GeoTools |
|
| KVP | A linked HashMap set up for easy construction. | Class | org.geotools.util | GeoTools |
|
| ListenerList | This class is used to maintain a list of listeners, and is used in the implementations of several classes within JFace | Class | org.geotools.util | GeoTools |
|
| LocalName | Identifier within a name space for a local object. | Class | org.geotools.util | GeoTools |
|
| Log4JLoggerFactory | A factory for loggers that redirect all Java logging events to the Apache'sSince:2. | Class | org.geotools.util.logging | GeoTools |
|
| LoggedFormat | Wraps a Format object in order to either parse fully a string, or log a warning. | Class | org.geotools.util.logging | GeoTools |
|
| LoggerAdapter | An adapter that redirect all Java logging events to an other logging framework. | Class | org.geotools.util.logging | GeoTools |
|
| LoggerFactory | A factory for Java Logger wrapping an other logging framework. | Class | org.geotools.util.logging | GeoTools |
|
| Logging | A set of utilities method for configuring loggings in GeoTools. | Class | org.geotools.util.logging | GeoTools |
|
| LRULinkedHashMap | A Map with a fixed maximum size which removes the least recently used (LRU) entry if an entry is added when full. | Class | org.geotools.util | GeoTools |
|
| MapEntry | A default implementation of Map. | Class | org.geotools.util | GeoTools |
|
| MeasureConverterFactory | ConverterFactory which converts between the Measure and String. | Class | org.geotools.util | GeoTools |
|
| MeasurementRange | A range of numbers associated with a unit of measurement. | Class | org.geotools.util | GeoTools |
|
| MemberNameImpl | The name to identify a member of a record. | Class | org.geotools.util | GeoTools |
|
| MonolineFormatter | A formatter writting log messages on a single line. | Class | org.geotools.util.logging | GeoTools |
|
| NameConverterFactory | ConverterFactory for handling Name conversions. | Class | org.geotools.util | GeoTools |
|
| NameFactory | A factory for GenericName objects. | Class | org.geotools.util | GeoTools |
|
| NullProgressListener | A default progress listener implementation suitable for This implementation supports cancelation and getting/setting the description. | Class | org.geotools.util | GeoTools |
|
| NumberRange | A range of numbers. | Class | org.geotools.util | GeoTools |
|
| NumericConverterFactory | ConverterFactory which converts between the "standard" numeric types. | Class | org.geotools.util | GeoTools |
|
| ObjectCache | A cache for arbitrary objects. | Interface | org.geotools.util | GeoTools |
|
| ObjectCaches | This is facade around several constructs used by GeoTools for internal caching. | Class | org.geotools.util | GeoTools |
|
| ProgressListener | Monitor the progress of some lengthly operation. | Interface | org.geotools.util | GeoTools |
|
| QNameConverterFactory | ConverterFactory for handling qname conversions. | Class | org.geotools.util | GeoTools |
|
| Range | A range between a minimum and maximum comparable. | Class | org.geotools.util | GeoTools |
|
| RangeSet | An ordered set of ranges. | Class | org.geotools.util | GeoTools |
|
| Ranks | Sorts elements in an array while remembering their ranks. | Class | org.geotools.util | GeoTools |
|
| RecordTypeImpl | The type definition of a record. | Class | org.geotools.util | GeoTools |
|
| ResourceInternationalString | An international string backed by a resource bundle. | Class | org.geotools.util | GeoTools |
|
| ScopedName | Fully qualified identifier for an object. | Class | org.geotools.util | GeoTools |
|
| SimpleInternationalString | A simple international string consisting of a single string for all locales. | Class | org.geotools.util | GeoTools |
|
| SoftValueHashMap | A hash map implementation that uses soft references, leaving memory when an entry is not used anymore and memory is low. | Class | org.geotools.util | GeoTools |
|
| SoftValueHashMap .ValueCleaner | A delegate that can be used to perform clean up operation, such as resource closing, before the values cached in soft part of the cache gets disposed of | Interface | org.geotools.util.SoftValueHashMap | GeoTools |
|
| SubProgressListener | A sub progress monitor, used to delegate a portion of work to a separate process. | Class | org.geotools.util | GeoTools |
|
| TemporalConverterFactory | Converter factory which created converting between the various temporal types. | Class | org.geotools.util | GeoTools |
|
| UnsupportedImplementationException | Throws when an operation can't use arbitrary implementation of an interface, and a given instance doesn't meet the requirement. | Class | org.geotools.util | GeoTools |
|
| URConverterFactory | Converter factory which can convert between URL,URI, and String. | Class | org.geotools.util | GeoTools |
|
| Utilities | Miscellaneous methods, including cnvenience methods for equals and hashCode implementations. | Class | org.geotools.util | GeoTools |
|
| UuidConverterFactory | ConverterFactory for handling uuid (uniqueidentifier) conversions. | Class | org.geotools.util | GeoTools |
|
| Version | Holds a version number. | Class | org.geotools.util | GeoTools |
|
| WeakCollectionCleaner | A thread invoking Reference. | Class | org.geotools.util | GeoTools |
|
| WeakHashSet | A set of objects hold by weak references. | Class | org.geotools.util | GeoTools |
|
| WeakValueHashMap | A hashtable-based Map implementation with weak values. | Class | org.geotools.util | GeoTools |
|
| XmlXpathUtilites | Ulities class for xpath handling on a jdom document objectAuthor:Russell Petty (GeoScience Victoria) | Class | org.geotools.util | GeoTools |