public interface IGmlCoordinatesIterator extends ICoordinateIterator
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(IXmlStreamReader parser,
GPEDefaultGmlParser handler,
IQName lastTag)
It initializes a coordinates iterator and put the
parsing pointer in the specified tag
|
void |
parseAll()
This method advances the stream reader until the last
tag of the coordinates iterator.
|
getDimension, hasNext, nextvoid initialize(IXmlStreamReader parser,
GPEDefaultGmlParser handler,
IQName lastTag)
throws XmlStreamException,
java.io.IOException
parser - The XML parserhandler - The GPE parser that contains the content handler and
the error handlerlastTag - The last tagXmlStreamExceptionjava.io.IOExceptionvoid parseAll()
throws XmlStreamException
XmlStreamException