Class ComplexFeatureIteratorImpl

  • All Implemented Interfaces:
    Closeable, AutoCloseable, FeatureIterator<Feature>

    public class ComplexFeatureIteratorImpl
    extends Object
    implements FeatureIterator<Feature>
    Defines the complex feature iterator implementation class. It's responsible for exposing an iterator-style interface for complex features.
    Author:
    Adam Brown (Curtin University of Technology), Rini Angreani (CSIRO Earth Science and Resource Engineering)
    • Constructor Detail

      • ComplexFeatureIteratorImpl

        public ComplexFeatureIteratorImpl​(XmlComplexFeatureParser parser)
        Initialises a new instance of ComplexFeatureIteratorImpl.
        Parameters:
        parser - The feature parser to use.