Package org.vast.data

Class DataComponentPropertyList<ComponentType extends DataComponent>

java.lang.Object
net.opengis.OgcPropertyList<ComponentType>
org.vast.data.DataComponentPropertyList<ComponentType>
Type Parameters:
ComponentType - Type of data component this list can hold
All Implemented Interfaces:
Serializable, Iterable<ComponentType>, Collection<ComponentType>, List<ComponentType>

public class DataComponentPropertyList<ComponentType extends DataComponent> extends OgcPropertyList<ComponentType>

Specialized list for holding data component properties. Overriden methods ensure that parent and name attributes are properly set for each data component added to the list.

Since:
Nov 9, 2014
See Also: