Interface IGmlCoordinatesIterator

All Superinterfaces:
ICoordinateIterator
All Known Implementing Classes:
CoordinatesTypeIterator, CoordTypeIterator, GmlCoodinatesIterator, PosListTypeIterator, PosTypeIterator

public interface IGmlCoordinatesIterator extends ICoordinateIterator
Author:
Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDefaultGmlParser handler, org.gvsig.xmlpull.lib.api.stream.IQName lastTag)
    It initializes a coordinates iterator and put the parsing pointer in the specified tag
    void
    This method advances the stream reader until the last tag of the coordinates iterator.

    Methods inherited from interface org.gvsig.gpe.lib.api.parser.ICoordinateIterator

    getDimension, hasNext, next
  • Method Details

    • initialize

      void initialize(org.gvsig.xmlpull.lib.api.stream.IXmlStreamReader parser, GPEDefaultGmlParser handler, org.gvsig.xmlpull.lib.api.stream.IQName lastTag) throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException, IOException
      It initializes a coordinates iterator and put the parsing pointer in the specified tag
      Parameters:
      parser - The XML parser
      handler - The GPE parser that contains the content handler and the error handler
      lastTag - The last tag
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      IOException
    • parseAll

      void parseAll() throws org.gvsig.xmlpull.lib.api.stream.XmlStreamException
      This method advances the stream reader until the last tag of the coordinates iterator.
      Throws:
      org.gvsig.xmlpull.lib.api.stream.XmlStreamException