Uses of Interface
org.geotools.util.Converter
-
Packages that use Converter 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 Converter in org.geotools.data.db2
Methods in org.geotools.data.db2 that return Converter Modifier and Type Method Description ConverterDB2BlobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterDB2ClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.data.h2
Methods in org.geotools.data.h2 that return Converter Modifier and Type Method Description ConverterH2ClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.data.hana.converter
Methods in org.geotools.data.hana.converter that return Converter Modifier and Type Method Description ConverterBooleanConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.data.oracle
Methods in org.geotools.data.oracle that return Converter Modifier and Type Method Description ConverterOracleBlobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterOracleClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterOracleDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterOracleNClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.data.postgis
Methods in org.geotools.data.postgis that return Converter Modifier and Type Method Description ConverterBigDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterHStoreConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterSQLArrayConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.data.sqlserver.jtds
Methods in org.geotools.data.sqlserver.jtds that return Converter Modifier and Type Method Description ConverterJTDSClobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterJTDSDateConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.data.util
Fields in org.geotools.data.util declared as Converter Modifier and Type Field Description protected static ConverterCollectionConverterFactory. ArrayToArrayConverter for array to array.protected static ConverterCollectionConverterFactory. ArrayToCollectionConverter for array to collection.protected static ConverterCollectionConverterFactory. CollectionToArrayConverter for collection to array.protected static ConverterCollectionConverterFactory. CollectionToCollectionConverter for collection to collectionstatic ConverterColorConverterFactory. CONVERT_COLOR_TO_STRINGConverts color to hex representation.static ConverterColorConverterFactory. CONVERT_CSS_TO_COLORConverts CSS Color Module 4 names to colors, with a fallback to the basicColorConverterFactory.CONVERT_STRINGconverter if the provided source String is not found in theColorConverterFactory.CSS_COLORSmap.static ConverterColorConverterFactory. CONVERT_NUMBER_TO_COLORConverts provided integer to color, taking care to allow rgb and rgba support.static ConverterColorConverterFactory. CONVERT_STRINGUsesColor.decode(String)to convert String to Color.static ConverterMeasureConverterFactory. CONVERTERstatic ConverterURConverterFactory. StringToURIstatic ConverterURConverterFactory. StringToURLstatic ConverterURConverterFactory. URIToURLstatic ConverterURConverterFactory. URLToURIMethods in org.geotools.data.util that return Converter Modifier and Type Method Description ConverterAbbreviatedTimeUnitConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterArrayConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterBooleanConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterCharsetConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterCollectionConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterColorConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterCommonsConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Delegates toConvertUtils#lookup(java.lang.Class)to create a converter instance.ConverterComplexAttributeConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterCRSConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Delegates toConvertUtils#lookup(java.lang.Class)to create a converter instance.ConverterEnumerationConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterGeometryConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterGeometryTypeConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterInterpolationConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Delegates toConvertUtils#lookup(java.lang.Class)to create a converter instance.ConverterLobConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterMeasureConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterNameConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterNumericConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterPercentageConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterQNameConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterReferencedEnvelopeConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterTemporalConverterFactory. createConverter(Class source, Class target, Hints hints)ConverterURConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)ConverterUuidConverterFactory. createConverter(Class source, Class target, Hints hints) -
Uses of Converter in org.geotools.process.vector
Methods in org.geotools.process.vector that return Converter Modifier and Type Method Description ConverterAggregateProcess.AggregateResultsConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.temporal
Methods in org.geotools.temporal that return Converter Modifier and Type Method Description ConverterTemporalConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints) -
Uses of Converter in org.geotools.util
Methods in org.geotools.util that return Converter Modifier and Type Method Description ConverterConverterFactory. createConverter(Class<?> source, Class<?> target, Hints hints)Creates aConverterinstance for converting one type of object to another. -
Uses of Converter in org.geotools.xml
Methods in org.geotools.xml that return Converter Modifier and Type Method Description ConverterXmlConverterFactory. createConverter(Class source, Class target, Hints hints)
-