Package org.geotools.wfs
Class PropertyValueCollection
- All Implemented Interfaces:
Iterable<Attribute>
,Collection<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
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyValueCollection
(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName) -
Method Summary
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
-
Constructor Details
-
PropertyValueCollection
public PropertyValueCollection(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName)
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceCollection<Attribute>
- Specified by:
size
in classAbstractCollection<Attribute>
-
iterator
- Specified by:
iterator
in interfaceCollection<Attribute>
- Specified by:
iterator
in interfaceIterable<Attribute>
- Specified by:
iterator
in classAbstractCollection<Attribute>
-