insert abstract method

void insert(
  1. Envelope itemEnv,
  2. Object item
)

Adds a spatial item with an extent specified by the given {@link Envelope} to the index

Implementation

void insert(Envelope itemEnv, Object item);