|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterFactory | |
---|---|
org.geotools.util | Contains utilities and addition to the collection framework. |
org.geotools.xml | Package supporting XML parsing with a focus on GML. |
Uses of ConverterFactory in org.geotools.util |
---|
Classes in org.geotools.util that implement ConverterFactory | |
---|---|
class |
BooleanConverterFactory
ConverterFactory for handling boolean conversions. |
class |
CharsetConverterFactory
Converter for going from a String to a Charset and vice versa. |
class |
CollectionConverterFactory
Converts among arrays and different collection classes. |
class |
ColorConverterFactory
ConverterFactory for handling color conversions. |
class |
CommonsConverterFactory
ConverterFactory based on the apache commons Converter
interface. |
class |
GeometryConverterFactory
Converter factory performing converstions among geometric types. |
class |
GeometryTypeConverterFactory
Converter factory performing conversions among JTS geometries of different types |
class |
NumericConverterFactory
ConverterFactory which converts between the "standard" numeric types. |
class |
TemporalConverterFactory
Converter factory which created converting between the various temporal types. |
class |
URConverterFactory
Converter factory which can convert between URL,URI, and String. |
Methods in org.geotools.util that return types with arguments of type ConverterFactory | |
---|---|
static Set<ConverterFactory> |
Converters.getConverterFactories(Class source,
Class target)
Returns a set of all available ConverterFactory 's which can handle
convert from the source to destination class. |
Uses of ConverterFactory in org.geotools.xml |
---|
Classes in org.geotools.xml that implement ConverterFactory | |
---|---|
class |
XmlConverterFactory
A ConverterFactory which can convert strings using DatatypeFactory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |