Class SpatialRelateExpression

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

    public class SpatialRelateExpression
    extends java.lang.Object
    implements Criterion
    A Criterion constraining a Geometry property to have specific spatial relation to a search Geometry.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SpatialRelateExpression​(java.lang.String propertyName, com.vividsolutions.jts.geom.Geometry value, int spatialRelation)
      Constructs an instance
    • Constructor Detail

      • SpatialRelateExpression

        public SpatialRelateExpression​(java.lang.String propertyName,
                                       com.vividsolutions.jts.geom.Geometry value,
                                       int spatialRelation)
        Constructs an instance
        Parameters:
        propertyName - The name of the property being constrained
        value - The search Geometry
        spatialRelation - The type of SpatialRelation to use in the comparison