public class JoiningQuery extends Query
Modifier and Type | Class and Description |
---|---|
static class |
JoiningQuery.QueryJoin |
Modifier and Type | Field and Description |
---|---|
protected List<String> |
ids |
protected List<JoiningQuery.QueryJoin> |
queryJoins |
alias, ALL, ALL_NAMES, ALL_PROPERTIES, coordinateSystem, coordinateSystemReproject, DEFAULT_MAX, FIDS, filter, handle, hints, INCLUDE_MANDATORY_PROPS, joins, maxFeatures, namespace, NO_NAMES, NO_NAMESPACE, NO_PROPERTIES, properties, sortBy, startIndex, typeName, version
Constructor and Description |
---|
JoiningQuery() |
JoiningQuery(JoiningQuery query) |
JoiningQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
void |
addId(String pn) |
List<String> |
getIds() |
List<JoiningQuery.QueryJoin> |
getQueryJoins() |
FeatureTypeMapping |
getRootMapping() |
boolean |
hasIdColumn() |
boolean |
isDenormalised() |
boolean |
isSubset() |
void |
setDenormalised(boolean isDenormalised) |
void |
setQueryJoins(List<JoiningQuery.QueryJoin> queryJoins) |
void |
setRootMapping(FeatureTypeMapping rootMapping) |
void |
setSubset(boolean isSubset) |
equals, getAlias, getCoordinateSystem, getCoordinateSystemReproject, getFilter, getHandle, getHints, getJoins, getMaxFeatures, getNamespace, getProperties, getPropertyNames, getSortBy, getStartIndex, getTypeName, getVersion, hashCode, isMaxFeaturesUnlimited, retrieveAllProperties, setAlias, setCoordinateSystem, setCoordinateSystemReproject, setFilter, setHandle, setHints, setMaxFeatures, setNamespace, setProperties, setPropertyNames, setPropertyNames, setSortBy, setStartIndex, setTypeName, setVersion, setVersion, setVersion, setVersion, setVersion, setVersion, toString
protected List<JoiningQuery.QueryJoin> queryJoins
public JoiningQuery(JoiningQuery query)
public JoiningQuery(Query query)
public JoiningQuery()
public void setQueryJoins(List<JoiningQuery.QueryJoin> queryJoins)
public List<JoiningQuery.QueryJoin> getQueryJoins()
public void setSubset(boolean isSubset)
public boolean isSubset()
public boolean hasIdColumn()
public void addId(String pn)
public boolean isDenormalised()
public void setDenormalised(boolean isDenormalised)
public FeatureTypeMapping getRootMapping()
public void setRootMapping(FeatureTypeMapping rootMapping)
Copyright © 1996–2019 Geotools. All rights reserved.