Uses of Class
org.geotools.api.data.Join
-
Packages that use Join Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.jdbc -
-
Uses of Join in org.geotools.api.data
Fields in org.geotools.api.data with type parameters of type Join Modifier and Type Field Description protected List<Join>
Query. joins
join clauses for this queryMethods in org.geotools.api.data that return Join Modifier and Type Method Description Join
Join. alias(String alias)
Chaining method forsetAlias(String)
Join
Join. filter(Filter filter)
Chaining method forsetFilter(Filter)
Join
Join. properties(String... properties)
Chaining method forgetProperties()
Join
Join. type(Join.Type type)
Chaining method forsetType(Type)
Methods in org.geotools.api.data that return types with arguments of type Join Modifier and Type Method Description List<Join>
Query. getJoins()
The list of joins for this query.Constructors in org.geotools.api.data with parameters of type Join Constructor Description Join(Join other)
Constructs a join from another. -
Uses of Join in org.geotools.jdbc
Methods in org.geotools.jdbc that return Join Modifier and Type Method Description Join
JoinInfo.JoinPart. getJoin()
Constructors in org.geotools.jdbc with parameters of type Join Constructor Description JoinPart(Join join)
-