Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.util Classes and Interfaces - 76 results found.
NameDescriptionTypePackageFramework
AbstractInternationalStringA string that has been internationalized into several locales.Classorg.geotools.utilGeoTools
BooleanConverterFactoryConverterFactory for handling boolean conversions.Classorg.geotools.utilGeoTools
CanonicalSetA canonical set of objects, used to optimize memory use.Classorg.geotools.utilGeoTools
CharsetConverterFactoryConverter for going from a String to a Charset and vice versa.Classorg.geotools.utilGeoTools
CheckedArrayListA checked and synchronized List.Classorg.geotools.utilGeoTools
CheckedCollectionCollection that ensures that all elements are assignable to a given base type.Interfaceorg.geotools.utilGeoTools
CheckedHashMapA checked and synchronized Map.Classorg.geotools.utilGeoTools
CheckedHashSetA checked and synchronized Set.Classorg.geotools.utilGeoTools
CollectionConverterFactoryConverts among arrays and different collection classes.Classorg.geotools.utilGeoTools
ColorConverterFactoryConverterFactory for handling color conversions.Classorg.geotools.utilGeoTools
CommonsConverterFactoryConvert String to common scalar values.Classorg.geotools.utilGeoTools
CommonsLoggerFactoryA factory for loggers that redirect all Java logging events to the Apache's Commons-logging framework.Classorg.geotools.util.loggingGeoTools
ComparatorsGeneral purpose comparators.Classorg.geotools.utilGeoTools
ComplexAttributeConverterFactoryThis converter retrieves the values out of attributes.Classorg.geotools.utilGeoTools
ConverterConverts values of one type into another.Interfaceorg.geotools.utilGeoTools
ConverterFactoryFactory used to create instances of Converter.Interfaceorg.geotools.utilGeoTools
ConvertersConvenience class for converting an object from one type to an object of another.Classorg.geotools.utilGeoTools
DateRangeClassorg.geotools.utilGeoTools
DefaultProgressListenerDefault Implementation of ProgressListener that does retain exceptions.Classorg.geotools.utilGeoTools
DefaultProgressListener .WarningCollector class for warnings.Classorg.geotools.util.DefaultProgressListenerGeoTools
DelegateProgressListenerClassorg.geotools.utilGeoTools
DerivedMapA map whose keys are derived from an other map.Classorg.geotools.utilGeoTools
DerivedSetA set whose values are derived from an other set.Classorg.geotools.utilGeoTools
DisjointSetA set which is disjoint from others DisjointSets.Classorg.geotools.utilGeoTools
EnumerationConverterFactoryConverts between enumerations and stringsAuthor:Andrea Aime - OpenGeoClassorg.geotools.utilGeoTools
FrequencySortedSetA set with elements ordered by the amount of time they were added.Classorg.geotools.utilGeoTools
GenericNameBase class for generic scoped and local name structure for type and attributeClassorg.geotools.utilGeoTools
GeometryConverterFactoryConverter factory performing converstions among geometric types.Classorg.geotools.utilGeoTools
GeometryTypeConverterFactoryConverter factory performing conversions among JTS geometries of different types.Classorg.geotools.utilGeoTools
GrowableInternationalStringAn implementation of international string using a map of strings for different locales.Classorg.geotools.utilGeoTools
IntegerListA list of unsigned integer values.Classorg.geotools.utilGeoTools
InterpolationPropertiesStores properties and provides methods to support interpolation of properties in a file.Classorg.geotools.utilGeoTools
KeySortedListList of elements sorted by a key which is not the element itself.Classorg.geotools.utilGeoTools
KVPA linked HashMap set up for easy construction.Classorg.geotools.utilGeoTools
ListenerListThis class is used to maintain a list of listeners, and is used in the implementations of several classes within JFaceClassorg.geotools.utilGeoTools
LocalNameIdentifier within a name space for a local object.Classorg.geotools.utilGeoTools
Log4JLoggerFactoryA factory for loggers that redirect all Java logging events to the Apache'sSince:2.Classorg.geotools.util.loggingGeoTools
LoggedFormatWraps a Format object in order to either parse fully a string, or log a warning.Classorg.geotools.util.loggingGeoTools
LoggerAdapterAn adapter that redirect all Java logging events to an other logging framework.Classorg.geotools.util.loggingGeoTools
LoggerFactoryA factory for Java Logger wrapping an other logging framework.Classorg.geotools.util.loggingGeoTools
LoggingA set of utilities method for configuring loggings in GeoTools.Classorg.geotools.util.loggingGeoTools
LRULinkedHashMapA Map with a fixed maximum size which removes the least recently used (LRU) entry if an entry is added when full.Classorg.geotools.utilGeoTools
MapEntryA default implementation of Map.Classorg.geotools.utilGeoTools
MeasureConverterFactoryConverterFactory which converts between the Measure and String.Classorg.geotools.utilGeoTools
MeasurementRangeA range of numbers associated with a unit of measurement.Classorg.geotools.utilGeoTools
MemberNameImplThe name to identify a member of a record.Classorg.geotools.utilGeoTools
MonolineFormatterA formatter writting log messages on a single line.Classorg.geotools.util.loggingGeoTools
NameConverterFactoryConverterFactory for handling Name conversions.Classorg.geotools.utilGeoTools
NameFactoryA factory for GenericName objects.Classorg.geotools.utilGeoTools
NullProgressListenerA default progress listener implementation suitable for This implementation supports cancelation and getting/setting the description.Classorg.geotools.utilGeoTools
NumberRangeA range of numbers.Classorg.geotools.utilGeoTools
NumericConverterFactoryConverterFactory which converts between the "standard" numeric types.Classorg.geotools.utilGeoTools
ObjectCacheA cache for arbitrary objects.Interfaceorg.geotools.utilGeoTools
ObjectCachesThis is facade around several constructs used by GeoTools for internal caching.Classorg.geotools.utilGeoTools
ProgressListenerMonitor the progress of some lengthly operation.Interfaceorg.geotools.utilGeoTools
QNameConverterFactoryConverterFactory for handling qname conversions.Classorg.geotools.utilGeoTools
RangeA range between a minimum and maximum comparable.Classorg.geotools.utilGeoTools
RangeSetAn ordered set of ranges.Classorg.geotools.utilGeoTools
RanksSorts elements in an array while remembering their ranks.Classorg.geotools.utilGeoTools
RecordTypeImplThe type definition of a record.Classorg.geotools.utilGeoTools
ResourceInternationalStringAn international string backed by a resource bundle.Classorg.geotools.utilGeoTools
ScopedNameFully qualified identifier for an object.Classorg.geotools.utilGeoTools
SimpleInternationalStringA simple international string consisting of a single string for all locales.Classorg.geotools.utilGeoTools
SoftValueHashMapA hash map implementation that uses soft references, leaving memory when an entry is not used anymore and memory is low.Classorg.geotools.utilGeoTools
SoftValueHashMap .ValueCleanerA 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 ofInterfaceorg.geotools.util.SoftValueHashMapGeoTools
SubProgressListenerA sub progress monitor, used to delegate a portion of work to a separate process.Classorg.geotools.utilGeoTools
TemporalConverterFactoryConverter factory which created converting between the various temporal types.Classorg.geotools.utilGeoTools
UnsupportedImplementationExceptionThrows when an operation can't use arbitrary implementation of an interface, and a given instance doesn't meet the requirement.Classorg.geotools.utilGeoTools
URConverterFactoryConverter factory which can convert between URL,URI, and String.Classorg.geotools.utilGeoTools
UtilitiesMiscellaneous methods, including cnvenience methods for equals and hashCode implementations.Classorg.geotools.utilGeoTools
UuidConverterFactoryConverterFactory for handling uuid (uniqueidentifier) conversions.Classorg.geotools.utilGeoTools
VersionHolds a version number.Classorg.geotools.utilGeoTools
WeakCollectionCleanerA thread invoking Reference.Classorg.geotools.utilGeoTools
WeakHashSetA set of objects hold by weak references.Classorg.geotools.utilGeoTools
WeakValueHashMapA hashtable-based Map implementation with weak values.Classorg.geotools.utilGeoTools
XmlXpathUtilitesUlities class for xpath handling on a jdom document objectAuthor:Russell Petty (GeoScience Victoria)Classorg.geotools.utilGeoTools