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 FeatureAdapter
FeatureIterator.adapter
The converter from aResultSet
row to aFeature
instance.private FeatureAdapter
Table.adapter
The converter ofResultSet
rows toFeature
instances.(package private) final FeatureAdapter[]
FeatureAdapter.dependencies
The feature sets referenced through foreigner keys, orEMPTY
if none.private static final FeatureAdapter[]
FeatureAdapter.EMPTY
An 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 FeatureAdapter
Table.adapter
(Connection connection) Returns the converter ofResultSet
rows toFeature
instances.Constructors in org.apache.sis.internal.sql.feature with parameters of type FeatureAdapterModifierConstructorDescriptionprivate
FeatureIterator
(FeatureAdapter adapter, Connection connection, InfoStatements spatialInformation) Creates a new iterator over the dependencies of a feature.