public class CoordinatesTypeIterator extends GmlCoodinatesIterator
<coordinates>60.0,60.0 60.0,90.0 90.0,90.0</coordinates>
COORDINATES_DECIMAL, COORDINATES_SEPARATOR, dimension, handler, lastTag, parser, TUPLES_SEPARATOR| Constructor and Description |
|---|
CoordinatesTypeIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns whether there are more coordinates in this sequence
|
void |
initialize(IXmlStreamReader parser,
GPEDefaultGmlParser handler,
IQName lastTag)
It parses the gml:coordinates tag
|
void |
next(double[] buffer) |
getDimension, parseAllpublic void initialize(IXmlStreamReader parser,
GPEDefaultGmlParser handler,
IQName lastTag)
throws XmlStreamException,
java.io.IOException
initialize in interface IGmlCoordinatesIteratorinitialize in class GmlCoodinatesIteratorparser - The XML parserhandler - The GPE parser that contains the content handler and
the error handlerlastTag - The last tagXmlStreamExceptionjava.io.IOExceptionpublic boolean hasNext()
throws java.io.IOException
ICoordinateIteratorjava.io.IOExceptionpublic void next(double[] buffer)
throws java.io.IOException
buffer - where to store the parsed coordinates. The buffer lenght shall be >=
ICoordinateIterator.getDimension()java.io.IOException