[GEO] Updating javadoc for XShapeCollection

XShapeCollection has an incorrect description left over from when the relate method was overridden. This one line commit corrects the description.
This commit is contained in:
Nicholas Knize 2015-02-10 07:23:00 -06:00
parent 401e6c6b06
commit 5b96595854

View File

@ -31,7 +31,6 @@ import java.util.List;
* Overrides bounding box logic in ShapeCollection base class to comply with * Overrides bounding box logic in ShapeCollection base class to comply with
* OGC OpenGIS Abstract Specification: An Object Model for Interoperable Geoprocessing. * OGC OpenGIS Abstract Specification: An Object Model for Interoperable Geoprocessing.
* *
* This class also overrides the 'relate' method to leverage the updated bbox logic.
* NOTE: This algorithm is O(N) and can possibly be improved O(log n) using an internal R*-Tree * NOTE: This algorithm is O(N) and can possibly be improved O(log n) using an internal R*-Tree
* data structure for a collection of bounding boxes * data structure for a collection of bounding boxes
*/ */