|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterFactory | |
---|---|
org.geotools.data.db2 | |
org.geotools.data.h2 | |
org.geotools.data.oracle | |
org.geotools.data.teradata | |
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.data.db2 |
---|
Classes in org.geotools.data.db2 that implement ConverterFactory | |
---|---|
class |
DB2BlobConverterFactory
|
class |
DB2ClobConverterFactory
|
Uses of ConverterFactory in org.geotools.data.h2 |
---|
Classes in org.geotools.data.h2 that implement ConverterFactory | |
---|---|
class |
H2ClobConverterFactory
Converts a H2 JdbcClob to a String |
Uses of ConverterFactory in org.geotools.data.oracle |
---|
Classes in org.geotools.data.oracle that implement ConverterFactory | |
---|---|
class |
OracleBlobConverterFactory
|
class |
OracleClobConverterFactory
|
class |
OracleDateConverterFactory
|
Uses of ConverterFactory in org.geotools.data.teradata |
---|
Classes in org.geotools.data.teradata that implement ConverterFactory | |
---|---|
class |
LobConverterFactory
|
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
Convert String to common scalar values. |
class |
ComplexAttributeConverterFactory
This converter retrieves the values out of attributes. |
class |
EnumerationConverterFactory
Converts between enumerations and strings |
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. |
class |
UuidConverterFactory
ConverterFactory for handling uuid (uniqueidentifier) conversions. |
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. |
static Set<ConverterFactory> |
Converters.getConverterFactories(Hints hints)
Returns a set of all available implementations for the ConverterFactory interface. |
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 |