Class PosListTypeIterator

java.lang.Object
org.gvsig.gpe.prov.gml.parser.v2.coordiates.GmlCoodinatesIterator
org.gvsig.gpe.prov.gml.parser.sfp0.coordinates.PosListTypeIterator
All Implemented Interfaces:
ICoordinateIterator, IGmlCoordinatesIterator

public class PosListTypeIterator extends GmlCoodinatesIterator
  • Constructor Details

    • PosListTypeIterator

      public PosListTypeIterator()
  • Method Details

    • initialize

      public 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
      Description copied from interface: IGmlCoordinatesIterator
      It initializes a coordinates iterator and put the parsing pointer in the specified tag
      Specified by:
      initialize in interface IGmlCoordinatesIterator
      Overrides:
      initialize in class GmlCoodinatesIterator
      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
    • hasNext

      public boolean hasNext() throws IOException
      Throws:
      IOException
    • next

      public void next(double[] buffer) throws IOException
      Throws:
      IOException