Package org.gvsig.gpe.lib.api.writer
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
interface. It is composed of
one
invalid reference
GPEWriterHandler
} method
that is used in some writers to have a better performance
invalid @link
{@link ICoordinatesIterator) and the {@link #getSize()
- Author:
- Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
-
Method Details
-
getSize
int getSize()Returns the size of the coordinates that the writer has to write. -
iterator
ICoordinateIterator iterator()Returns the iterator necessary to retrieve all the coordinates that compose the geometry
-