public class FeatureHolderUtils
extends java.lang.Object
Constructor and Description |
---|
FeatureHolderUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set |
featureHolderAsSet(FeatureHolder fh)
Returns a FeatureHolder as a Set of Features
|
static FeatureHolder |
intersect(FeatureHolder fh1,
FeatureHolder fh2)
Operator: Intersect FeatureHolder1 with FeatureHolder2
|
static FeatureHolder |
not(FeatureHolder fh1,
FeatureHolder fh2)
Operator: FeatureHolder 1 NOT FeatureHolder2
|
static FeatureHolder |
union(FeatureHolder fh1,
FeatureHolder fh2)
Operator: Union of FeatureHolder1 and FeatureHolder2
|
public static FeatureHolder union(FeatureHolder fh1, FeatureHolder fh2) throws ChangeVetoException
fh1
- FeatureHolder1fh2
- FeatureHolder2ChangeVetoException
public static FeatureHolder intersect(FeatureHolder fh1, FeatureHolder fh2) throws ChangeVetoException
fh1
- FeatureHolder1fh2
- FeatureHolder2ChangeVetoException
public static FeatureHolder not(FeatureHolder fh1, FeatureHolder fh2) throws ChangeVetoException
fh1
- FeatureHolder1fh2
- FeatureHolder2ChangeVetoException
public static java.util.Set featureHolderAsSet(FeatureHolder fh)
fh
- FeatureHolder you want to have as a Set