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<Attribute> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public PropertyValueCollection(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName)
public int size()
size
in interface Collection<Attribute>
size
in class AbstractCollection<Attribute>
Copyright © 1996–2022 Geotools. All rights reserved.