Class IsEmptyExpression

  • All Implemented Interfaces:
    java.io.Serializable, Criterion

    public class IsEmptyExpression
    extends java.lang.Object
    implements Criterion
    A Criterion constraining a geometry property to be (non-)empty.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IsEmptyExpression​(java.lang.String propertyName, boolean isEmpty)
      Constructs an instance for the specified property
    • Constructor Detail

      • IsEmptyExpression

        public IsEmptyExpression​(java.lang.String propertyName,
                                 boolean isEmpty)
        Constructs an instance for the specified property
        Parameters:
        propertyName - The name of the property being constrained
        isEmpty - Whether to constrain the property to be empty or non-empty