Revision 19589 trunk/libraries/libGPE/src/org/gvsig/gpe/parser/ICoordinateIterator.java

View differences:

ICoordinateIterator.java
14 14
 * <ul>
15 15
 * <li>Avoid unneeded coordinate parsing where not necessary
16 16
 * <li>Allows to serve geometry sequences of arbitrary dimensions
17
 * <li>Allows unnecessary copy of large coordinate buffers from different arrays of doubles,
17
 * <li>Avoids unnecessary copy of large coordinate buffers from different arrays of doubles,
18 18
 * letting the consumer iterate over the coordinates and build its geometries more efficiently
19 19
 * </ul>
20 20
 * </p>

Also available in: Unified diff