Class PropertyValueCollection

  • All Implemented Interfaces:
    Iterable<Attribute>, Collection<Attribute>

    public class PropertyValueCollection
    extends AbstractCollection<Attribute>
    Wrapping feature collection used by GetPropertyValue operation.

    This feature collection pulls only the specified property out of the delegate feature collection.

    Author:
    Justin Deoliveira, OpenGeo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Iterator<Attribute> iterator()  
      int size()  
      • Methods inherited from class AbstractCollection

        add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface Collection

        equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
      • Methods inherited from interface Iterable

        forEach
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface Collection<Attribute>
        Specified by:
        size in class AbstractCollection<Attribute>
      • iterator

        public Iterator<Attribute> iterator()
        Specified by:
        iterator in interface Collection<Attribute>
        Specified by:
        iterator in interface Iterable<Attribute>
        Specified by:
        iterator in class AbstractCollection<Attribute>