Interface ICoordinateSequence


public interface ICoordinateSequence
A sequence to iterate over the different parts of the current geometry.

It is using on the writing process. The consumer application has to implement this interface and send it to the writer using the

invalid reference
GPEWriterHandler
interface. It is composed of one
invalid @link
{@link ICoordinatesIterator) and the {@link #getSize()
} method that is used in some writers to have a better performance

Author:
Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the size of the coordinates that the writer has to write.
    Returns the iterator necessary to retrieve all the coordinates that compose the geometry
  • Method Details

    • getSize

      int getSize()
      Returns the size of the coordinates that the writer has to write.
    • iterator

      Returns the iterator necessary to retrieve all the coordinates that compose the geometry