|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Converter | |
---|---|
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.util |
---|
Fields in org.geotools.util declared as Converter | |
---|---|
protected static Converter |
CollectionConverterFactory.ArrayToArray
Converter for array to array. |
protected static Converter |
CollectionConverterFactory.ArrayToCollection
Converter for array to collection. |
protected static Converter |
CollectionConverterFactory.CollectionToArray
Converter for collection to array. |
protected static Converter |
CollectionConverterFactory.CollectionToCollection
Converter for collection to collection |
static Converter |
URConverterFactory.StringToURI
|
static Converter |
URConverterFactory.StringToURL
|
static Converter |
URConverterFactory.URIToURL
|
static Converter |
URConverterFactory.URLToURI
|
Methods in org.geotools.util that return Converter | |
---|---|
Converter |
CharsetConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
|
Converter |
URConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
|
Converter |
GeometryTypeConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
|
Converter |
ConverterFactory.createConverter(Class<?> source,
Class<?> target,
Hints hints)
Creates a Converter instance for converting one type
of object to another. |
Converter |
ColorConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
Converter |
GeometryConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
Converter |
CommonsConverterFactory.createConverter(Class source,
Class target,
Hints hints)
Delegates to ConvertUtils.lookup(java.lang.Class) to create a
converter instance. |
Converter |
NumericConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
Converter |
BooleanConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
Converter |
CollectionConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
Converter |
TemporalConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
Uses of Converter in org.geotools.xml |
---|
Methods in org.geotools.xml that return Converter | |
---|---|
Converter |
XmlConverterFactory.createConverter(Class source,
Class target,
Hints hints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |