Package net.opengis

Class OgcPropertyList<ValueType extends Serializable>

java.lang.Object
net.opengis.OgcPropertyList<ValueType>
Type Parameters:
ValueType - Type of the properties value
All Implemented Interfaces:
Serializable, Iterable<ValueType>, Collection<ValueType>, List<ValueType>
Direct Known Subclasses:
DataComponentPropertyList, SMLPropertyList

public class OgcPropertyList<ValueType extends Serializable> extends Object implements List<ValueType>, Serializable

List implementation for holding list of OgcProperty objects. As seen from the interface the elements of the list are actually the properties values which allows for simple browsing when no access to the actual property is needed. For more advanced usage, OgcProperty objects themselves can be retrieved with getProperty() methods.

Since:
Nov 8, 2014
See Also: