public class JoinId extends FidFilterImpl
Used by the sql encoder to determine how to properly encode the join query.
ALL, BETWEEN, COMPARE_EQUALS, COMPARE_GREATER_THAN, COMPARE_GREATER_THAN_EQUAL, COMPARE_LESS_THAN, COMPARE_LESS_THAN_EQUAL, COMPARE_NOT_EQUALS, FID, GEOMETRY_BBOX, GEOMETRY_BEYOND, GEOMETRY_CONTAINS, GEOMETRY_CROSSES, GEOMETRY_DISJOINT, GEOMETRY_DWITHIN, GEOMETRY_EQUALS, GEOMETRY_INTERSECTS, GEOMETRY_OVERLAPS, GEOMETRY_TOUCHES, GEOMETRY_WITHIN, LIKE, LOGIC_AND, LOGIC_NOT, LOGIC_OR, NONE, NULL
Modifier | Constructor and Description |
---|---|
protected |
JoinId(SimpleFeatureType featureType,
String alias,
Set<? extends Identifier> fids) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
SimpleFeatureType |
getFeatureType() |
accept, addAllFids, addFid, equals, evaluate, getFidsSet, getIdentifiers, getIDs, hashCode, removeAllFids, removeFid, setIDs, toString
isCompareFilter, isGeometryDistanceFilter, isGeometryFilter, isLogicFilter, isMathFilter, isSimpleFilter
accepts, eval, eval
protected JoinId(SimpleFeatureType featureType, String alias, Set<? extends Identifier> fids)
public SimpleFeatureType getFeatureType()
public String getAlias()
Copyright © 1996–2022 Geotools. All rights reserved.