public interface ICoordinateSequence
It is using on the writing process. The consumer application
has to implement this interface and send it to the writer
using the GPEWriterHandler
interface. It is composed of
one ICoordinatesIterator) and the {@link #getSize()} method
that is used in some writers to have a better performance
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Returns the size of the coordinates that the writer has to
write.
|
ICoordinateIterator |
iterator()
Returns the iterator necessary to retrieve all the coordinates
that compose the geometry
|
int getSize()
ICoordinateIterator iterator()