Uses of Class
org.apache.sis.internal.sql.feature.FeatureAdapter
Packages that use FeatureAdapter
-
Uses of FeatureAdapter in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as FeatureAdapterModifier and TypeFieldDescriptionprivate final FeatureAdapterFeatureIterator.adapterThe converter from aResultSetrow to aFeatureinstance.private FeatureAdapterTable.adapterThe converter ofResultSetrows toFeatureinstances.(package private) final FeatureAdapter[]FeatureAdapter.dependenciesThe feature sets referenced through foreigner keys, orEMPTYif none.private static final FeatureAdapter[]FeatureAdapter.EMPTYAn empty array of adapters, used when there is no dependency.Methods in org.apache.sis.internal.sql.feature that return FeatureAdapterModifier and TypeMethodDescription(package private) final FeatureAdapterTable.adapter(Connection connection) Returns the converter ofResultSetrows toFeatureinstances.Constructors in org.apache.sis.internal.sql.feature with parameters of type FeatureAdapterModifierConstructorDescriptionprivateFeatureIterator(FeatureAdapter adapter, Connection connection, InfoStatements spatialInformation) Creates a new iterator over the dependencies of a feature.