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
DefaultFeatureTypes 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 TypeClassDescriptionclassConverter from filters/expressions to theWHEREpart 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 classConverter from filters/expressions to theWHEREpart of SQL statement with PostGIS-specific syntax where useful.