public class Intersects<O,A extends org.locationtech.jts.geom.Geometry>
extends com.googlecode.cqengine.query.simple.SimpleQuery<O,A>
| Constructor and Description |
|---|
Intersects(com.googlecode.cqengine.attribute.Attribute<O,A> attribute,
A value) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calcHashCode() |
boolean |
equals(Object o) |
org.locationtech.jts.geom.Envelope |
getEnvelope() |
protected boolean |
matchesNonSimpleAttribute(com.googlecode.cqengine.attribute.Attribute<O,A> attribute,
O object,
com.googlecode.cqengine.query.option.QueryOptions queryOptions) |
protected boolean |
matchesSimpleAttribute(com.googlecode.cqengine.attribute.SimpleAttribute<O,A> attribute,
O object,
com.googlecode.cqengine.query.option.QueryOptions queryOptions) |
boolean |
matchesValue(A aValue,
com.googlecode.cqengine.query.option.QueryOptions queryOptions) |
String |
toString() |
public org.locationtech.jts.geom.Envelope getEnvelope()
protected boolean matchesSimpleAttribute(com.googlecode.cqengine.attribute.SimpleAttribute<O,A> attribute, O object, com.googlecode.cqengine.query.option.QueryOptions queryOptions)
protected boolean matchesNonSimpleAttribute(com.googlecode.cqengine.attribute.Attribute<O,A> attribute, O object, com.googlecode.cqengine.query.option.QueryOptions queryOptions)
public boolean matchesValue(A aValue, com.googlecode.cqengine.query.option.QueryOptions queryOptions)
Copyright © 2013–2023. All rights reserved.