public class PropertyValueCollection extends AbstractCollection<Attribute>
This feature collection pulls only the specified property out of the delegate feature collection.
| Constructor and Description |
|---|
PropertyValueCollection(FeatureCollection delegate,
AttributeDescriptor descriptor,
PropertyName propName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic PropertyValueCollection(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName)
public int size()
size in interface Collection<Attribute>size in class AbstractCollection<Attribute>public Iterator iterator()
iterator in interface Iterable<Attribute>iterator in interface Collection<Attribute>iterator in class AbstractCollection<Attribute>Copyright © 1996–2019 Geotools. All rights reserved.