Interface EnvelopeAccessor<E>
- Record Components:
E- A class that represents an envelope (aka bounding box)
public interface EnvelopeAccessor<E>
Abstraction to allow use of any envelope-like object
-
Method Summary
-
Method Details
-
getMinX
-
getMaxX
-
getMinY
-
getMaxY
-
overlaps
-