Class IndexIdIterator.IndexFeatureIdIterator

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Iterator<String>, IndexIdIterator
    Enclosing interface:
    IndexIdIterator

    public static class IndexIdIterator.IndexFeatureIdIterator
    extends Object
    implements IndexIdIterator
    Index iterator for to work with a FeatureIterator delegate
    Author:
    Fernando MiƱo, Geosolutions
    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<String>
      • next

        public String next()
        Specified by:
        next in interface Iterator<String>
      • close

        public void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
      • simplifyIndentifier

        protected String simplifyIndentifier​(Feature feature)
        Simplifies id value, cutting "typename." part if exists