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.process.vector Vector processing support for the GeoTools library.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 classDB2BlobConverterFactoryclassDB2ClobConverterFactory -
Uses of ConverterFactory in org.geotools.data.h2
Classes in org.geotools.data.h2 that implement ConverterFactory Modifier and Type Class Description classH2ClobConverterFactoryConverts 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 classBooleanConverterFactoryConverter 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 classOracleBlobConverterFactoryclassOracleClobConverterFactoryclassOracleDateConverterFactoryclassOracleNClobConverterFactory -
Uses of ConverterFactory in org.geotools.data.postgis
Classes in org.geotools.data.postgis that implement ConverterFactory Modifier and Type Class Description classBigDateConverterFactoryConverterFactory for handling a long toBigDateconversionclassHStoreConverterFactoryConverterFactory for handling Map of String toHStoreconversion.classSQLArrayConverterFactoryConverterFactory for handlingPgArrayconversions -
Uses of ConverterFactory in org.geotools.data.sqlserver.jtds
Classes in org.geotools.data.sqlserver.jtds that implement ConverterFactory Modifier and Type Class Description classJTDSClobConverterFactoryclassJTDSDateConverterFactory -
Uses of ConverterFactory in org.geotools.data.util
Classes in org.geotools.data.util that implement ConverterFactory Modifier and Type Class Description classAbbreviatedTimeUnitConverterFactoryConverter Factory converting abbreviated timeUnit Strings (s, m, h, d) toTimeUnitenum.classArrayConverterFactoryConverter factory converting objects to single element arrays and vice-versaclassBooleanConverterFactoryConverterFactory for handling boolean conversions.classCharsetConverterFactoryConverter for going from a String to aCharsetand vice versa.classCollectionConverterFactoryConverts among arrays and different collection classes.classColorConverterFactoryConverterFactory for handling color conversions.classCommonsConverterFactoryConvert String to common scalar values.classComplexAttributeConverterFactoryThis converter retrieves the values out of attributes.classCRSConverterFactoryConvert String to CRS classes.classEnumerationConverterFactoryConverts between enumerations and stringsclassGeometryConverterFactoryConverter factory performing converstions among geometric types.classGeometryTypeConverterFactoryConverter factory performing conversions among JTS geometries of different types.classInterpolationConverterFactoryConvert String to Interpolation classes.classLobConverterFactoryConverter factory for converting SQL Large Objects.classMeasureConverterFactoryConverterFactory which converts between theMeasureand String.classNameConverterFactoryConverterFactory for handling Name conversions.classNumericConverterFactoryConverterFactory which converts between the "standard" numeric types.classPercentageConverterFactoryConverterFactory which converts between a percentage to Float or DoubleclassQNameConverterFactoryConverterFactory for handling qname conversions.classReferencedEnvelopeConverterFactoryclassTemporalConverterFactoryConverter factory which created converting between the various temporal types.classURConverterFactoryConverter factory which can convert between URL,URI, and String.classUuidConverterFactoryConverterFactory for handling uuid (uniqueidentifier) conversions. -
Uses of ConverterFactory in org.geotools.process.vector
Classes in org.geotools.process.vector that implement ConverterFactory Modifier and Type Class Description static classAggregateProcess.AggregateResultsConverterFactoryConverter factory that convertsAggregateProcess.ResultstoFeatureCollection. -
Uses of ConverterFactory in org.geotools.temporal
Classes in org.geotools.temporal that implement ConverterFactory Modifier and Type Class Description classTemporalConverterFactoryFactory that converts String andDateobjects 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 theConverterFactoryinterface. -
Uses of ConverterFactory in org.geotools.xml
Classes in org.geotools.xml that implement ConverterFactory Modifier and Type Class Description classXmlConverterFactoryA ConverterFactory which can convert strings usingDatatypeFactory.
-