expandEnvelope abstract method

Envelope expandEnvelope(
  1. Envelope env
)

Expands the given {@link Envelope} to include the coordinates in the sequence. Allows implementing classes to optimize access to coordinate values.

@param env the envelope to expand @return a ref to the expanded envelope

Implementation

Envelope expandEnvelope(Envelope env);