public class LowerCornerTypeBinding extends java.lang.Object implements ICoordinateIterator
| Constructor and Description |
|---|
LowerCornerTypeBinding() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension()
Returns the dimension of the coordinate tuple being served.
|
boolean |
hasNext()
Returns whether there are more coordinates in this sequence
|
void |
next(double[] buffer) |
void |
parse(IXmlStreamReader parser,
GPEDefaultGmlParser handler) |
public void parse(IXmlStreamReader parser,
GPEDefaultGmlParser handler)
throws XmlStreamException,
java.io.IOException
XmlStreamExceptionjava.io.IOExceptionpublic int getDimension()
ICoordinateIteratorICoordinateIterator.next(double[])getDimension in interface ICoordinateIteratorpublic boolean hasNext()
throws java.io.IOException
ICoordinateIteratorhasNext in interface ICoordinateIteratorjava.io.IOExceptionpublic void next(double[] buffer)
throws java.io.IOException
next in interface ICoordinateIteratorbuffer - where to store the parsed coordinates. The buffer lenght shall be >=
ICoordinateIterator.getDimension()java.io.IOException