Uses of Class
org.apache.sis.internal.sql.feature.ValueGetter
Packages that use ValueGetter
Package
Description
Build
DefaultFeatureTypes 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
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_OBJECTor unrecognized types.protected ValueGetter<?> Database.getMapping(Column columnDefinition) Returns a function for getting values from a column having the given definition.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. -
Uses of ValueGetter in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis that return ValueGetterModifier and TypeMethodDescriptionprotected ValueGetter<Object> Postgres.getDefaultMapping()Returns the mapping forObjector unrecognized types.ValueGetter<?> Postgres.getMapping(Column columnDefinition) Returns a function for getting values from a column having the given definition.