Class GeomAttrIterator


  • public class GeomAttrIterator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeomAttrIterator​(COM.safe.fmeobjects.IFMESession session, COM.safe.fmeobjects.IFMEFeature feat, java.util.ArrayList<java.lang.String> geomAttrsCollector, int mode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      boolean hasNext()  
      void next​(COM.safe.fmeobjects.IFMEFeature dup)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeomAttrIterator

        public GeomAttrIterator​(COM.safe.fmeobjects.IFMESession session,
                                COM.safe.fmeobjects.IFMEFeature feat,
                                java.util.ArrayList<java.lang.String> geomAttrsCollector,
                                int mode)
                         throws COM.safe.fmeobjects.FMEException
        Throws:
        COM.safe.fmeobjects.FMEException
    • Method Detail

      • dispose

        public void dispose()
      • hasNext

        public boolean hasNext()
      • next

        public void next​(COM.safe.fmeobjects.IFMEFeature dup)
                  throws COM.safe.fmeobjects.FMEException
        Throws:
        COM.safe.fmeobjects.FMEException