Package net.opengis.sensorml.v20
Class SMLPropertyList<ValueType extends AbstractSWEIdentifiable>
java.lang.Object
net.opengis.OgcPropertyList<ValueType>
net.opengis.sensorml.v20.SMLPropertyList<ValueType>
- Type Parameters:
ValueType
-
- All Implemented Interfaces:
Serializable
,Iterable<ValueType>
,Collection<ValueType>
,List<ValueType>
- Direct Known Subclasses:
IOPropertyList
public class SMLPropertyList<ValueType extends AbstractSWEIdentifiable>
extends OgcPropertyList<ValueType>
Specialized property list with an ID as used in SensorML.
- Since:
- Nov 9, 2014
- See Also:
-
Field Summary
FieldsFields inherited from class net.opengis.OgcPropertyList
items, nameMap
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.opengis.OgcPropertyList
add, add, add, add, addAll, addAll, checkName, clear, contains, containsAll, copyTo, get, get, getProperties, getProperty, getProperty, getPropertyNames, hasProperty, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Field Details
-
id
-
-
Constructor Details
-
SMLPropertyList
public SMLPropertyList()
-
-
Method Details
-
getId
-
setId
-
add
- Specified by:
add
in interfaceCollection<ValueType extends AbstractSWEIdentifiable>
- Specified by:
add
in interfaceList<ValueType extends AbstractSWEIdentifiable>
- Overrides:
add
in classOgcPropertyList<ValueType extends AbstractSWEIdentifiable>
-