Uses of Interface
org.geotools.util.ConverterFactory
-
Packages that use ConverterFactory Package Description org.geotools.data.db2 org.geotools.data.h2 org.geotools.data.hana.converter org.geotools.data.oracle org.geotools.data.postgis org.geotools.data.sqlserver.jtds org.geotools.data.util org.geotools.temporal 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 Modifier and Type Class Description class
DB2BlobConverterFactory
class
DB2ClobConverterFactory
-
Uses of ConverterFactory in org.geotools.data.h2
Classes in org.geotools.data.h2 that implement ConverterFactory Modifier and Type Class Description class
H2ClobConverterFactory
Converts a H2 JdbcClob to a String -
Uses of ConverterFactory in org.geotools.data.hana.converter
Classes in org.geotools.data.hana.converter that implement ConverterFactory Modifier and Type Class Description class
BooleanConverterFactory
Converter factory for converting Short objects to Boolean objects. -
Uses of ConverterFactory in org.geotools.data.oracle
Classes in org.geotools.data.oracle that implement ConverterFactory Modifier and Type Class Description class
OracleBlobConverterFactory
class
OracleClobConverterFactory
class
OracleDateConverterFactory
-
Uses of ConverterFactory in org.geotools.data.postgis
Classes in org.geotools.data.postgis that implement ConverterFactory Modifier and Type Class Description class
BigDateConverterFactory
ConverterFactory for handling a long toBigDate
conversionclass
HStoreConverterFactory
ConverterFactory for handling Map of String toHStore
conversion.class
SQLArrayConverterFactory
ConverterFactory for handlingPgArray
conversions -
Uses of ConverterFactory in org.geotools.data.sqlserver.jtds
Classes in org.geotools.data.sqlserver.jtds that implement ConverterFactory Modifier and Type Class Description class
JTDSClobConverterFactory
class
JTDSDateConverterFactory
-
Uses of ConverterFactory in org.geotools.data.util
Classes in org.geotools.data.util that implement ConverterFactory Modifier and Type Class Description class
AbbreviatedTimeUnitConverterFactory
Converter Factory converting abbreviated timeUnit Strings (s, m, h, d) toTimeUnit
enum.class
ArrayConverterFactory
Converter factory converting objects to single element arrays and vice-versaclass
BooleanConverterFactory
ConverterFactory for handling boolean conversions.class
CharsetConverterFactory
Converter for going from a String to aCharset
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
CRSConverterFactory
Convert String to CRS classes.class
EnumerationConverterFactory
Converts between enumerations and stringsclass
GeometryConverterFactory
Converter factory performing converstions among geometric types.class
GeometryTypeConverterFactory
Converter factory performing conversions among JTS geometries of different types.class
InterpolationConverterFactory
Convert String to Interpolation classes.class
LobConverterFactory
Converter factory for converting SQL Large Objects.class
MeasureConverterFactory
ConverterFactory which converts between theMeasure
and String.class
NameConverterFactory
ConverterFactory for handling Name conversions.class
NumericConverterFactory
ConverterFactory which converts between the "standard" numeric types.class
PercentageConverterFactory
ConverterFactory which converts between a percentage to Float or Doubleclass
QNameConverterFactory
ConverterFactory for handling qname conversions.class
ReferencedEnvelopeConverterFactory
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. -
Uses of ConverterFactory in org.geotools.temporal
Classes in org.geotools.temporal that implement ConverterFactory Modifier and Type Class Description class
TemporalConverterFactory
Factory that converts String andDate
objects to instances ofTemporalObject
. -
Uses of ConverterFactory in org.geotools.util
Methods in org.geotools.util that return types with arguments of type ConverterFactory Modifier and Type Method Description static Set<ConverterFactory>
Converters. getConverterFactories(Class<?> source, Class<?> target)
Returns a set of all availableConverterFactory
'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 theConverterFactory
interface. -
Uses of ConverterFactory in org.geotools.xml
Classes in org.geotools.xml that implement ConverterFactory Modifier and Type Class Description class
XmlConverterFactory
A ConverterFactory which can convert strings usingDatatypeFactory
.
-