Uses of Class
org.geotools.data.joining.JoiningQuery.QueryJoin
-
Packages that use JoiningQuery.QueryJoin Package Description org.geotools.appschema.jdbc org.geotools.data.joining -
-
Uses of JoiningQuery.QueryJoin in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type JoiningQuery.QueryJoin Modifier and Type Method Description protected void
JoiningJDBCFeatureSource. addMultiValuedSort(String tableName, Set<String> orderByFields, JoiningQuery.QueryJoin join, StringBuffer sql)
-
Uses of JoiningQuery.QueryJoin in org.geotools.data.joining
Fields in org.geotools.data.joining with type parameters of type JoiningQuery.QueryJoin Modifier and Type Field Description protected List<JoiningQuery.QueryJoin>
JoiningQuery. queryJoins
Methods in org.geotools.data.joining that return types with arguments of type JoiningQuery.QueryJoin Modifier and Type Method Description List<JoiningQuery.QueryJoin>
JoiningQuery. getQueryJoins()
Method parameters in org.geotools.data.joining with type arguments of type JoiningQuery.QueryJoin Modifier and Type Method Description void
JoiningQuery. setQueryJoins(List<JoiningQuery.QueryJoin> queryJoins)
-