Uses of Enum Class
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).static JoinFeatureSet.Type
Returns the enum constant of this class with the specified name.static JoinFeatureSet.Type[]
JoinFeatureSet.Type.values()
Returns an array containing the constants of this enum class, 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.