Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.jdbc |
Modifier and Type | Field and Description |
---|---|
protected List<Join> |
Query.joins
join clauses for this query
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<Join> |
Query.getJoins()
The list of joins for this query.
|
Constructor and Description |
---|
Join(Join other)
Constructs a join from another.
|
Modifier and Type | Method and Description |
---|---|
Join |
JoinInfo.JoinPart.getJoin() |
Constructor and Description |
---|
JoinPart(Join join) |
Copyright © 1996–2019 Geotools. All rights reserved.