public class Intersects extends BinarySpatialPredicate
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
loose |
expression1, expression2| Constructor and Description |
|---|
Intersects() |
Intersects(SpatialExpression expression1,
SpatialExpression expression2,
boolean loose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateInternal(FilterGeometry value1,
FilterGeometry value2) |
void |
fromBinary(byte[] bytes) |
protected boolean |
isExact() |
boolean |
isLoose() |
byte[] |
toBinary() |
String |
toString() |
evaluate, evaluate, getConstrainableFields, getConstraints, prepareaddReferencedFields, getExpression1, getExpression2, removePredicatesForFieldspublic Intersects()
public Intersects(SpatialExpression expression1, SpatialExpression expression2, boolean loose)
public boolean evaluateInternal(FilterGeometry value1, FilterGeometry value2)
evaluateInternal in class BinarySpatialPredicateprotected boolean isExact()
isExact in class BinarySpatialPredicatepublic boolean isLoose()
public byte[] toBinary()
toBinary in interface PersistabletoBinary in class BinaryPredicate<SpatialExpression>public void fromBinary(byte[] bytes)
fromBinary in interface PersistablefromBinary in class BinaryPredicate<SpatialExpression>Copyright © 2013–2021. All rights reserved.