Uses of Class
org.apache.sis.internal.sql.feature.ValueGetter
Packages that use ValueGetter
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.-
Uses of ValueGetter in org.apache.sis.internal.sql.feature
Subclasses of ValueGetter in org.apache.sis.internal.sql.featureModifier and TypeClassDescription(package private) final class
GeometryGetter<G,
V extends G> Reader of geometries encoded in Well Known Binary (WKB) format.(package private) static final class
A getter of values specified as Java array.(package private) static final class
A getter ofBigDecimal
values from the current row of aResultSet
.(package private) static final class
(package private) static final class
(package private) static final class
A getter ofbyte[]
values from the current row of aResultSet
.(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
A getter ofOffsetDateTime
values from the current row of aResultSet
.(package private) static final class
A getter ofOffsetDateTime
values from the current row of aResultSet
.(package private) static final class
(package private) static final class
Fields in org.apache.sis.internal.sql.feature declared as ValueGetterModifier and TypeFieldDescriptionfinal ValueGetter<?>
ValueGetter.AsArray.cmget
The getter for components in the array, ornull
for automatic.(package private) ValueGetter<?>
Column.valueGetter
Converter fromResultSet
column value to value stored in the feature instance.Methods in org.apache.sis.internal.sql.feature that return ValueGetterModifier and TypeMethodDescriptionprotected final ValueGetter<?>
Database.forGeometry
(Column columnDefinition) Returns a function for getting values from a geometry or geography column.final ValueGetter<?>
InfoStatements.getComponentMapping
(Array array) Returns a function for getting values of components in the given array.protected ValueGetter<Object>
Database.getDefaultMapping()
Returns a mapping forTypes.JAVA_OBJECT
or unrecognized types.protected ValueGetter<?>
Database.getMapping
(Column columnDefinition) Returns a function for getting values from a column having the given definition.(package private) final ValueGetter<?>
Analyzer.setValueGetter
(Column column) Initializes the value getter on the given column.Methods in org.apache.sis.internal.sql.feature with parameters of type ValueGetterModifier and TypeMethodDescriptionprotected static Collection<?>
ValueGetter.toCollection
(InfoStatements stmts, ValueGetter<?> cmget, Array array) Converts the given SQL array to a Java array and free the SQL array.Constructors in org.apache.sis.internal.sql.feature with parameters of type ValueGetterModifierConstructorDescription(package private)
AsArray
(ValueGetter<?> cmget) Creates a new getter of arrays. -
Uses of ValueGetter in org.apache.sis.internal.sql.postgis
Subclasses of ValueGetter in org.apache.sis.internal.sql.postgisModifier and TypeClassDescription(package private) final class
Decoder of object of arbitrary kinds.(package private) final class
Reader of rasters encoded in Well Known Binary (WKB) format.Methods in org.apache.sis.internal.sql.postgis that return ValueGetterModifier and TypeMethodDescriptionprotected ValueGetter<Object>
Postgres.getDefaultMapping()
Returns the mapping forObject
or unrecognized types.ValueGetter<?>
Postgres.getMapping
(Column columnDefinition) Returns a function for getting values from a column having the given definition.