Package org.geotools.data.joining
Class JoiningQuery
- Direct Known Subclasses:
JoiningQuery.QueryJoin
Special Query that includes joining information
- Author:
- Niels Charlier (Curtin University of Technology)
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class Query
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getIds()
boolean
boolean
boolean
isSubset()
void
setDenormalised
(boolean isDenormalised) void
setQueryJoins
(List<JoiningQuery.QueryJoin> queryJoins) void
setRootMapping
(FeatureTypeMapping rootMapping) void
setSubset
(boolean isSubset) Methods inherited from class Query
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
-
Field Details
-
queryJoins
-
ids
-
-
Constructor Details
-
JoiningQuery
-
JoiningQuery
-
JoiningQuery
public JoiningQuery()
-
-
Method Details
-
setQueryJoins
-
getQueryJoins
-
setSubset
public void setSubset(boolean isSubset) -
isSubset
public boolean isSubset() -
hasIdColumn
public boolean hasIdColumn() -
addId
-
getIds
-
isDenormalised
public boolean isDenormalised() -
setDenormalised
public void setDenormalised(boolean isDenormalised) -
getRootMapping
-
setRootMapping
-