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
Subclasses with type arguments of type JoinFeatureSet.Type in org.apache.sis.storage.aggregateModifier and TypeClassDescriptionstatic enumSpecifies whether values on both sides are required (inner join), or only one side (outer join).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.TypeReturns 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(Resource parent, FeatureSet left, String leftAlias, FeatureSet right, String rightAlias, JoinFeatureSet.Type joinType, BinaryComparisonOperator<AbstractFeature> condition, Map<String, ?> featureInfo) Creates a new feature set joining the two given sets.