Uses of Interface
com.vividsolutions.jump.datastore.jdbc.ValueConverter
Packages that use ValueConverter
Package
Description
-
Uses of ValueConverter in com.vividsolutions.jump.datastore.h2
Methods in com.vividsolutions.jump.datastore.h2 that return ValueConverterModifier and TypeMethodDescriptionH2ValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex) -
Uses of ValueConverter in com.vividsolutions.jump.datastore.jdbc
Classes in com.vividsolutions.jump.datastore.jdbc that implement ValueConverterModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in com.vividsolutions.jump.datastore.jdbc declared as ValueConverterModifier and TypeFieldDescriptionstatic final ValueConverterValueConverterFactory.BOOLEAN_MAPPERstatic final ValueConverterValueConverterFactory.DATE_MAPPERstatic final ValueConverterValueConverterFactory.DOUBLE_MAPPERstatic final ValueConverterValueConverterFactory.INTEGER_MAPPERstatic final ValueConverterValueConverterFactory.LONG_MAPPERstatic final ValueConverterValueConverterFactory.OBJECT_MAPPERstatic final ValueConverterValueConverterFactory.STRING_MAPPERMethods in com.vividsolutions.jump.datastore.jdbc that return ValueConverterModifier and TypeMethodDescriptionstatic ValueConverterValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex) Handles finding a converter for standard JDBC types. -
Uses of ValueConverter in com.vividsolutions.jump.datastore.mariadb
Fields in com.vividsolutions.jump.datastore.mariadb declared as ValueConverterModifier and TypeFieldDescriptionprotected final ValueConverterMariadbValueConverterFactory.MYSQLWKB_GEOMETRY_MAPPERMethods in com.vividsolutions.jump.datastore.mariadb that return ValueConverterModifier and TypeMethodDescriptionMariadbValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex) -
Uses of ValueConverter in com.vividsolutions.jump.datastore.oracle
Fields in com.vividsolutions.jump.datastore.oracle declared as ValueConverterModifier and TypeFieldDescriptionprotected final ValueConverterOracleValueConverterFactory.ORA_STRUCT_GEOMETRY_MAPPERMethods in com.vividsolutions.jump.datastore.oracle that return ValueConverterModifier and TypeMethodDescriptionOracleValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex) -
Uses of ValueConverter in com.vividsolutions.jump.datastore.postgis
Methods in com.vividsolutions.jump.datastore.postgis that return ValueConverterModifier and TypeMethodDescriptionPostgisValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex) -
Uses of ValueConverter in com.vividsolutions.jump.datastore.spatialdatabases
Fields in com.vividsolutions.jump.datastore.spatialdatabases declared as ValueConverterModifier and TypeFieldDescriptionprotected ValueConverter[]SpatialDatabasesResultSetConverter.mapperprotected final ValueConverterSpatialDatabasesValueConverterFactory.WKB_GEOMETRY_MAPPERfinal ValueConverterSpatialDatabasesValueConverterFactory.WKB_OBJECT_MAPPERprotected final ValueConverterSpatialDatabasesValueConverterFactory.WKT_GEOMETRY_MAPPERMethods in com.vividsolutions.jump.datastore.spatialdatabases that return ValueConverterModifier and TypeMethodDescriptionSpatialDatabasesValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex) Base class to get converter from factory. -
Uses of ValueConverter in com.vividsolutions.jump.datastore.spatialite
Fields in com.vividsolutions.jump.datastore.spatialite declared as ValueConverterModifier and TypeFieldDescriptionprotected final ValueConverterSpatialiteValueConverterFactory.SPATIALITE_GEOMETRY_MAPPERMethods in com.vividsolutions.jump.datastore.spatialite that return ValueConverterModifier and TypeMethodDescriptionSpatialiteValueConverterFactory.getConverter(ResultSetMetaData rsm, int columnIndex)