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
Subclasses of ValueGetter in org.apache.sis.internal.sql.featureModifier and TypeClassDescription(package private) final classGeometryGetter<G,V extends G> Reader of geometries encoded in Well Known Binary (WKB) format.(package private) static final classA getter of values specified as Java array.(package private) static final classA getter ofBigDecimalvalues from the current row of aResultSet.(package private) static final class(package private) static final class(package private) static final classA 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 classA getter ofOffsetDateTimevalues from the current row of aResultSet.(package private) static final classA getter ofOffsetDateTimevalues from the current row of aResultSet.(package private) static final class(package private) static final classFields in org.apache.sis.internal.sql.feature declared as ValueGetterModifier and TypeFieldDescriptionfinal ValueGetter<?>ValueGetter.AsArray.cmgetThe getter for components in the array, ornullfor automatic.(package private) ValueGetter<?>Column.valueGetterConverter fromResultSetcolumn 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_OBJECTor 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 classDecoder of object of arbitrary kinds.(package private) final classReader 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 forObjector unrecognized types.ValueGetter<?>Postgres.getMapping(Column columnDefinition) Returns a function for getting values from a column having the given definition.