Uses of Enum Class
org.geotools.api.data.Join.Type
Packages that use Join.Type
Package
Description
Defines the DataStore API via which all data is imported or exported.
-
Uses of Join.Type in org.geotools.api.data
Methods in org.geotools.api.data that return Join.TypeModifier and TypeMethodDescriptionJoin.getType()The type of the join.static Join.TypeReturns the enum constant of this class with the specified name.static Join.Type[]Join.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.api.data with parameters of type Join.Type -
Uses of Join.Type in org.geotools.jdbc
Methods in org.geotools.jdbc with parameters of type Join.TypeModifier and TypeMethodDescriptionvoidSQLDialect.encodeJoin(Join.Type joinType, StringBuffer sql) Encodes the syntax for a join between two tables.