|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Join | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.jdbc |
Uses of Join in org.geotools.data |
---|
Fields in org.geotools.data with type parameters of type Join | |
---|---|
protected List<Join> |
Query.joins
join clauses for this query |
Methods in org.geotools.data that return Join | |
---|---|
Join |
Join.alias(String alias)
Chaining method for setAlias(String) |
Join |
Join.filter(Filter filter)
Chaining method for setFilter(Filter) |
Join |
Join.properties(String... properties)
Chaining method for getProperties() |
Join |
Join.type(Join.Type type)
Chaining method for setType(Type) |
Methods in org.geotools.data that return types with arguments of type Join | |
---|---|
List<Join> |
Query.getJoins()
The list of joins for this query. |
Constructors in org.geotools.data with parameters of type Join | |
---|---|
Join(Join other)
Constructs a join from another. |
Uses of Join in org.geotools.jdbc |
---|
Methods in org.geotools.jdbc that return Join | |
---|---|
Join |
JoinInfo.JoinPart.getJoin()
|
Constructors in org.geotools.jdbc with parameters of type Join | |
---|---|
JoinInfo.JoinPart(Join join)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |