Uses of Enum
org.apache.sis.storage.aggregate.JoinFeatureSet.Type
Packages that use JoinFeatureSet.Type
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of JoinFeatureSet.Type in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return JoinFeatureSet.TypeModifier and TypeMethodDescriptionJoinFeatureSet.getJoinType()
Specifies whether values on both sides are required (inner join), or only one side (outer join).(package private) static JoinFeatureSet.Type
JoinFeatureSet.Type.valueOf
(boolean isOuterJoin, boolean swapSides) Returns the enumeration value for the given characteristics.static JoinFeatureSet.Type
Returns the enum constant of this type with the specified name.static JoinFeatureSet.Type[]
JoinFeatureSet.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.storage.aggregate with parameters of type JoinFeatureSet.TypeModifierConstructorDescriptionJoinFeatureSet
(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.