Package org.geotools.wfs
Class PropertyValueCollection
- Object
-
- AbstractCollection<Attribute>
-
- 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
-
-
Constructor Summary
Constructors Constructor Description PropertyValueCollection(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName)
-
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
-
-
-
-
Constructor Detail
-
PropertyValueCollection
public PropertyValueCollection(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName)
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceCollection<Attribute>
- Specified by:
size
in classAbstractCollection<Attribute>
-
-