query abstract method

List query(
  1. Envelope searchEnv
)

Queries the index for all items whose extents intersect the given search {@link Envelope} Note that some kinds of indexes may also return objects which do not in fact intersect the query envelope.

@param searchEnv the envelope to query for @return a list of the items found by the query

Implementation

List query(Envelope searchEnv);