Uses of Interface
org.apache.sis.internal.geoapi.filter.BinaryComparisonOperator
Packages that use BinaryComparisonOperator
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of BinaryComparisonOperator in org.apache.sis.storage.aggregate
Fields in org.apache.sis.storage.aggregate declared as BinaryComparisonOperatorModifier and TypeFieldDescriptionfinal BinaryComparisonOperator<? super AbstractFeature> JoinFeatureSet.conditionThe join condition in the form property from left feature = property from right feature.Constructors in org.apache.sis.storage.aggregate with parameters of type BinaryComparisonOperatorModifierConstructorDescriptionJoinFeatureSet(StoreListeners parent, FeatureSet left, String leftAlias, FeatureSet right, String rightAlias, JoinFeatureSet.Type joinType, BinaryComparisonOperator<? super AbstractFeature> condition, Map<String, ?> featureInfo) Creates a new feature set joining the two given sets.