Uses of Class
org.apache.sis.internal.filter.Visitor
Packages that use Visitor
Package
Description
Base implementation shared by the main
filter
package and the SQLMM extension.Build
DefaultFeatureType
s by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.-
Uses of Visitor in org.apache.sis.internal.filter
Constructors in org.apache.sis.internal.filter with parameters of type Visitor -
Uses of Visitor in org.apache.sis.internal.sql.feature
Subclasses of Visitor in org.apache.sis.internal.sql.featureModifier and TypeClassDescriptionclass
Converter from filters/expressions to theWHERE
part of SQL statement. -
Uses of Visitor in org.apache.sis.internal.sql.postgis
Subclasses of Visitor in org.apache.sis.internal.sql.postgisModifier and TypeClassDescription(package private) final class
Converter from filters/expressions to theWHERE
part of SQL statement with PostGIS-specific syntax where useful.